Random Definition and 1000 Threads

  1. H

    Unit of Velocity from a Random Walk measured by an accelerometer

    Hi, I am working on a kalman filter where my measurement equation involves "-g + v" , where g is in m/s^2 and v is velocity random walk given in m/s/sqrt(hr). Feels like a stupid question, but how can I transform the unit of velocity random walk so I can do the calculation correctly?
  2. Biochemgirl2002

    Calculating general normal random probability

    a) P(X<18) = (18-20)/sqrt25 =-2/5 =-0.4 then you use the standard normal table and find that; P(X<18)=0.3446 b) P(X>27) = (27-20)/5 = 7/5 = 1.4 P(Z>1.4) =P(Z<-1.4) =0.0808 C) =(13<X<23) =13-20/5 , 23-20/5 =-7/5 , 3/5 =-1.4 , 0.6 P(Z<0.6)-P(Z<-1.4) =0.7257-0.0808 =0.6449
  3. S

    Identifying and understanding random number algorithms

    Studying different ways to generate random numbers according to a distribution and the below algorithm describes the "box method". A search on Google led to the Box-Mueller method. Are they related? Also, what would be a simple implementation of this algorithm for ##f(x)=\sin{(x)}## on...
  4. I

    Optimized Algorithm to Find All 720 Random Permutations of [0, 6)

    Summary: Algorithm do find all random permutations of n=[0,6) Hi, The following algorithm gives 6 out of the 720 random permutations of integers in the range [0, 6). t=0..5 // permutation i=0..5 // sequence index n =...
  5. kyphysics

    Random Rounding in Google Sheets

    If anyone knows what on Earth could be happening and how to fix this, please let me know. I'm using Google Sheets. I have lots of cells where I'm manually entering numbers with some having decimal places. All of a sudden, a random cell rounds a number UP for me. WTH? There's no rounding...
  6. F

    A Understanding Kolmogorov-Smirnov Test Results for Random Number Generators

    Hi all, I have some doubts regarding the Kolmogorov test: I made a simple c++ program generating two samples of random numbers following a Landau distribution (I used the "hit and miss" method). I made the Kolmogorov test, in order to check the randomness of the generator, but I'm having some...
  7. M

    MHB Cdf, expectation, and variance of a random continuous variable

    Given the probability density function f(x) = b[1-(4x/10-6/10)^2] for 1.5 < x <4. and f(x) = 0 elsewhere. 1. What is the value of b such that f(x) becomes a valid density function 2. What is the cumulative distribution function F(x) of f(x) 3. What is the Expectation of X, E[X] 4. What is...
  8. M

    How to program random processes

    A simple example would be to take a deck of 52 cards and deal them out until the ace of spades is seen except that I'd quit after I saw 20 cards. I'm not very sophisticated in programming. I use GW Basic, which has been generally adequate, and I have much experience with Excel and Lotus...
  9. Spinnor

    B Can you pick out the random set of points in a plane?

    The above screen shot is from, @ the 1:43 mark. Which set of points is random? Answer below. The right set of points.
  10. O

    I What Are the Odds that Two Random Events Occur at the Same Time?

    Suppose someone randomly went to Starbucks Monday thru Saturday between 8:00 AM and 10:AM. Suppose one Tuesday in May they purchased a drink and the credit card transaction occurred at 9:14:12 AM. What are the odds that person could randomly return on a Wednesday in July and purchase a drink...
  11. R

    Can a random sequence produce an ordered output

    Is it possible for order to arrive out of disorder on a macro scale? Contrary to the 2nd law? Specifically, is it scientifically acceptable to believe that the random mutation of genetic material, which was itself produced by the random coupling of molecules has resulted, over the extended...
  12. WMDhamnekar

    MHB Transformation of random variable

    Hello, A discrete random variable X takes values $x_1,...,x_n$ each with probability $\frac1n$. Let Y=g(X) where g is an arbitrary real-valued function. I want to express the probability function of Y(pY(y)=P{Y=y}) in terms of g and the $x_i$ How can I answer this question? If any member...
  13. arcTomato

    Solution to Random Walk Problem | n_i

    I don't have any idea to prove this 😢 ##n_i##is number of trial, right?
  14. arcTomato

    Please teach me how to prove this random walk problem....

    I think I can prove equal length version problem, But I am confusing in this case,,, Please help me!
  15. F

    A Random Quantum Walk: Learn & Use w/ Quantum Gates

    I am an undergraduate doing research on QC/QI. My current topic to learn is continuous-time quantum walks, but first I must learn the random quantum walk. That being said, I was wondering if someone could simply explain what a random quantum walk is and then explain how they could be useful with...
  16. L

    I A random question comes to mind, about the infinitesimal area of rings

    I know the area of a thin ring of radius ##r## can be expressed as ##2\pi rdr##, however, I wonder if I use the usual way of calculating area of a ring, can I reach the same conclusion? I got this: $$4\pi(r+dr)^2-4\pi r^2=4\pi r^2+8\pi rdr+4\pi (dr)^2-4\pi r^2=8\pi rdr+4\pi (dr)^2$$And now I'm...
  17. S

    Modes and Q-factor(s) of a random laser

    Many papers about random lasers mention the Q-factor of random lasers. Since a random laser has multiple peaks close to each other like shown in the figure. Does each of these peaks correspond to a unique random lasing mode, or is it just a single mode? Similarly what is the right way to...
  18. R

    I How Does the Sum of Random Signals Flatten as Their Number Increases?

    For instance, here is an example from my own simulations where all underlying signals follow the same analytical law, but they have random phases and amplitudes (such that the sum of the set is 1). The thick line represents the sum: Clearly, the sum tends to progressively get flatter as ##N...
  19. WMDhamnekar

    MHB Distribution and Density functions of maximum of random variables

    1] Let X,Y,Z be independent, identically distributed random variables, each with density $f(x)=6x^5$ for $0\leq x\leq 1,$ and 0 elsewhere. How to find the distributon and density functions of the maximum of X,Y,Z.2]Let X and Y be independent random variables, each with density $e^{-x},x\geq...
  20. R

    I Re-scaling of exponentially distributed numbers

    For simplicity, let ##N=1##. The following histograms show my results. The generated random numbers are initially exponentially distributed. But after re-scaling they become almost uniformly distributed. What is the cause of that, and is there a solution? P.S. Here is my code in Matlab...
  21. jaumzaum

    I Stratified Random Sampling vs Simple Random Sampling

    I'm beginning to learn statistics and I quite didn't understand the formula for the stratified random sampling. Let's say we have a country with 3000 people, divided into 3 cities containing 1000 people. We want to know the proportion of women in the whole country so we decide to take a sample...
  22. S

    MHB Probability of a random subset of Z

    I'm stuck in this question, could someone give me a hand? Question 9: Let $$A = (1,2,3,4)$$ and $$Z = (1,2,3,4,5,6,7,8,9,10)$$, if a subset B of Z is selected by chance calculate the probability of: a) $$P (B⊂A)$$ B is a proper subset of A b) $$P (A∩B = Ø)$$ A intersection B =empty set...
  23. A

    A Can we create a random variable using QED effects?

    Quantum Electrodynamics (QED) has some observable effects such as the lamb shift, which is mainly caused by the vacuum polarization and the electron self-energy. These effects contribute to the "smearing" of the electron in an unpredictable manner, other than the uncertainty we already have...
  24. user366312

    A Question about the Poisson distributed of random variable

    The following is related to Poisson process: $$P(N_1=2, N_4=6) = P(N_1=2, N_4-N_1=4) = P(N_1=2) \cdot P(N_3=4)$$ Why is $$(N_3=4)=(N_4-N_1=4)$$? Can anyone explain?
  25. Lunct

    Is Brownian Motion actually random or does it follow determinism?

    If you have enough information could you not determine with certainty the movements of pollen particles in water? In other words, if you were able to measure the movements the particles, then repeat the exact same experiment, with all things controlled, would the particles move in the same way...
  26. Boltzman Oscillation

    How can I determine the random variables for this problem?

    So i first need to come up with the sample space, X, and Y. Well I would guess that the random variables here are N1 and N2 and thus X = N1 and Y = N2. Now i need to make these random variables a function of L. I don't know what L should be but I would guess it is the outcome of a 1ms interval...
  27. WMDhamnekar

    MHB Check Martingale Sequences from i.i.d. Variables | Stats SE

    How to answer this question $\rightarrow$https://stats.stackexchange.com/q/398321/72126
  28. DuckAmuck

    I Random Unit Vector Angle Difference

    I am simulating random angles from 0 to 2π with a uniform distribution. However, if I take the differences between random angles, I get a non-uniform (monotonically decreasing) distribution of angles. In math speek: Ai = uniform(0,2π) dA = Ai - Aj dA is not uniform. Here is a rough image of...
  29. Peter Morgan

    A The relationship between random fields and quantum fields

    My paper "Classical states, quantum field measurement", arXiv:1709.06711, has been accepted by Physica Scripta, https://doi.org/10.1088/1402-4896/ab0c53. The version as submitted to Physica Scripta on November 4th, 2018 is available as arXiv:1709.06711v5. I believe that anyone who puts some...
  30. DaveC426913

    B What does this mysterious formula found in a financial institution mean?

    Found this formula on a whiteboard. I work in a financial institution. Can this mean something? (I may have transcribed the handwriting poorly. The d's might be a's.)
  31. R

    Can random, unguided processes produce a rational brain?

    I am fascinated by Einstein’s quote that the most unbelievable aspect of the universe was that it was intelligible. So my question is does anyone know whether it is so unlikely as to be absurd to suppose that random unguided processes could produce a rational brain in man in as little as 3...
  32. F

    B What's the meaning of "random" in Mathematics?

    Physics, Economists, Biologists, Astronomers and my brother all love the word "Random", as that allows allows them to get out of clockwork processes and allow for variations due to unknowns or whatever else. But, how does a Mathematician reconcile itself with the idea of random? There's no...
  33. J

    MHB Probability of 4 Adults Having Health Insurance

    66% of adults have health insurance, what is the probability that 4 adults selected at random have health insurance?
  34. S

    MHB Probability of Missed Bullseye 3+ Times in 4 Shots

    1.Mary has two friends, Ann and Sarah. Mary will visit Ann this evening if the 19A bus arrives before 6PM. Otherwise, She will visit Sarah. The probability of the 19A bus arriving before 6pm is 40%. If she visits Ann, the probability that Ann will be at home is 10% and if she visits Sarah, the...
  35. Kitty123

    Map a one dimensional random walk to a two-state paramagnet

    1. The question asks us to map a one dimensional random walk to a two state paramagnet and then write an expression for the number of journeys of N steps which end up at r=Rdelta. Then we are asked to find an expression for the probability that N steps will end up at r. 2...
  36. WMDhamnekar

    MHB Joint probability distribution of functions of random variables

    If X and Y are independent gamma random variables with parameters $(\alpha,\lambda)$ and $(\beta,\lambda)$, respectively, compute the joint density of U=X+Y and $V=\frac{X}{X+Y}$ without using Jacobian transformation. Hint:The joint density function can be obtained by differentiating the...
  37. WMDhamnekar

    MHB Two normal independent random variables

    Let X and Y be independent normal random variables each having parameters $\mu$ and $\sigma^2$. I want to show that X+Y is independet of X-Y without using Jacobian transformation. Hint given by author:- Find their joint moment generating functions. Answer: Now Joint MGf of...
  38. JesW87

    B Is radioactive decay truly random?

    Before you report this, yes I do know there was already another post like this one, but I don't feel like it fully answered the question. Note that I really don't know anything about quantum anything, but I'm trying to do some reading up on "randomness" and the consensus seems to be that this...
  39. entropy1

    B Can this be called 'a coincidence'?

    Suppose we have two variables A and B. A has a truly random distribution over {0,1} with P(0)=P(1)=0.5 . B has the same distribution. Now suppose that A and B always show both a 1 or both a 0. This would be a strong correlation between A and B. Now could this be called 'a coincidence'? And if...
  40. D

    A Probability of finding a k-subset in a d-dimensional random

    For a somwehat simple version of the problem, imagine a group of ten people (n=10), for which we observe two binary attributes (d= 2). One of the attributes tells us if any given person wears glasses (d_1) the other if any given person wears a hat (d_2). We know that in total 5 people wear hats...
  41. W

    I Probability that a Random String is a Word

    Hi, Say L is a human language (e.g. German, Chinese, etc.) and w is a string in L of length n>1. Is it known for different languages what the probability is that w is a word in L? And if S is an ordered set of strings, the probability that S is grammatically correct in L? I mean, I know or have...
  42. A

    Expected value of a function of a random variable

    Homework Statement Let X be a random variable. It is not specified if it is continuous or discrete. Let g(x) alway positive and strictly increasing. Deduce this inequality: $$P(X\geqslant x) \leqslant \frac{Eg(X)}{g(x)} \: $$ where x is real. Homework Equations I know that if X is discrete...
  43. P

    MHB Calculation of probability with arithmetic mean of the sum of random variables

    Calculation of probability with arithmetic mean of random variables There are 4 people, each of whom has one deck of cards with 500 cards that are numbered from 1 to 500 with no duplicates. Each person draws a card from his deck and I would like to calculate the probability of the event that...
  44. EEristavi

    B Random Variable - Mean and Variance

    Problem: We play roulette in a casino. We watch 100 rounds that result in a number between 1 and 36. and count the number of rounds for which the result is odd. assuming that the roulette is fair, calculate the mean and deviation Solution: I understand that the probability - Pr = 0.5. and...
  45. T

    I Truth, lie and random confusion

    So I am very, very new to logic based questions, and in the past have solved some with relative ease but whilest scrolling through the next to find some example stuff I came across a website that gives a question and hints to the question if stuck, so I thought this would be good practice. But...
  46. S

    B Is Radioactive Decay Truly Random?

    How can radioactive decay be random if we can calculate aproximately when it will happen . For example we know that an isotope will decay every 2 years by calculating the half life . Doesnt that mean that the decay is systematic rather than random because we can calculate when its guna happen ...
  47. S

    Construction Ceramic tile - how random are "random" patterns?

    Is there a technical specification for ceramic tile that tells whether each tile had a different random design versus whether there are a limited number of random-looking, but identical tiles? In the past few months, I've seen different types of ceramic floor tile installed in several rooms of...
  48. B

    Random electron striking a neutral conductor

    if a random electron strikes a neutral conductor does it get absorbed and increase the voltage of the conductor
  49. W

    Windows 10 HP Turns off at Random

    Hi All, I was using my Win10 HP for standard surfing ; nothing that would require intensive processing and it just turned off at random, for no apparent reason. I was unable to turn it on for a few minutes ( no response when pressing the power switch) , after which it turned on , did the POST...
  50. Z

    Continuous random Var range and example

    Homework Statement Why we use range with continuous random and why is time continuous var and why we associate a range with it? Homework Equations Theoreticl topic The Attempt at a Solution Hi, I can't understand about the continuous random var and its range. It says that measurable values are...
Back
Top