What is Random: Definition and 1000 Discussions

In common parlance, randomness is the apparent or actual lack of pattern or predictability in events. A random sequence of events, symbols or steps often has no order and does not follow an intelligible pattern or combination. Individual random events are, by definition, unpredictable, but if the probability distribution is known, the frequency of different outcomes over repeated events (or "trials") is predictable. For example, when throwing two dice, the outcome of any particular roll is unpredictable, but a sum of 7 will tend to occur twice as often as 4. In this view, randomness is not haphazardness; it is a measure of uncertainty of an outcome. Randomness applies to concepts of chance, probability, and information entropy.
The fields of mathematics, probability, and statistics use formal definitions of randomness. In statistics, a random variable is an assignment of a numerical value to each possible outcome of an event space. This association facilitates the identification and the calculation of probabilities of the events. Random variables can appear in random sequences. A random process is a sequence of random variables whose outcomes do not follow a deterministic pattern, but follow an evolution described by probability distributions. These and other constructs are extremely useful in probability theory and the various applications of randomness.
Randomness is most often used in statistics to signify well-defined statistical properties. Monte Carlo methods, which rely on random input (such as from random number generators or pseudorandom number generators), are important techniques in science, particularly in the field of computational science. By analogy, quasi-Monte Carlo methods use quasi-random number generators.
Random selection, when narrowly associated with a simple random sample, is a method of selecting items (often called units) from a population where the probability of choosing a specific item is the proportion of those items in the population. For example, with a bowl containing just 10 red marbles and 90 blue marbles, a random selection mechanism would choose a red marble with probability 1/10. Note that a random selection mechanism that selected 10 marbles from this bowl would not necessarily result in 1 red and 9 blue. In situations where a population consists of items that are distinguishable, a random selection mechanism requires equal probabilities for any item to be chosen. That is, if the selection process is such that each member of a population, say research subjects, has the same probability of being chosen, then we can say the selection process is random.According to Ramsey theory, pure randomness is impossible, especially for large structures. Mathematician Theodore Motzkin suggested that "while disorder is more probable in general, complete disorder is impossible". Misunderstanding this can lead to numerous conspiracy theories. Cristian S. Calude stated that "given the impossibility of true randomness, the effort is directed towards studying degrees of randomness". It can be proven that there is infinite hierarchy (in terms of quality or strength) of forms of randomness.

View More On Wikipedia.org
  1. P

    Generating Random High/Low Sounds Using PIC Controller?

    I'm new to the electrical engineering field and need guidance on how I can program a PIC (PIC12F675P) controller to generate random high/low frequency noises through a amplifier (TDA2822M). The sounds I'm aiming for need to be similar to those generated by a dial up modem. I will appreciate...
  2. A

    Mean of a sum of random variables

    Homework Statement If Y=X1+X2+...+XN prove that <Y>=<X1>+<X2>+...+<XN> Homework Equations <Y>=∫YP(Y)dY over all Y. The Attempt at a Solution I only seem to be able to show this if the Xi are independent, and I also think my proof may be very wrong. I basically have said that we can write the...
  3. Evo

    Random Thoughts Part 4 - Split Thread

    Time to split the thread again. Here is the link to the old thread. https://www.physicsforums.com/threads/random-thoughts-part-three.745013/
  4. I

    Distribution Difference of Two Independent Random Variables

    Homework Statement Z = X - Y and I'm trying to find the PDF of Z. Homework Equations Convolution The Attempt at a Solution Started by finding the CDF: Fz(z) = P(Z ≤ z) P(X - Y ≤ z) So I drew a picture So then should Fz(z) be: since, from my graph, it looks as though Y can go from...
  5. D

    MHB Differences of Random Variables Questions

    Hi guys, I need help with this question. Suppose X has a normal distribution with mean u1 and known standard deviation 7. Suppose Y has a normal distribution with mean u2 and known standard deviation 9. Suppose we have a random sample of size 6 from the X distribution. The sample mean xbar is...
  6. R

    Random combination of letter generator

    Does anyone know where I can go to figure out how to generate a random 3-4 letter sequence BUT with every click that sequence is stored in an array and can not come up again?
  7. T

    PDF of a continuous random variable

    Homework Statement Let X denote a continuous random variable with probability density function f(x) = kx3/15 for 1≤X≤2. Determine the value of the constant k. Homework Equations I'm not sure if this is right but I think ∫kx3/15 dx=1 with the parameters being between 2 and 1, The Attempt at a...
  8. I

    Distribution of a Function of a Random Variable

    Homework Statement If X is uniformly distributed over (0,1), find the PDF of Y = |X| and Z = e^X Focusing on the |X| one Homework Equations Derivative of CDF is the PDF The Attempt at a Solution So I start by writing down the CDF of X, Fx(x): 0 for x <0 x for 0 ≤ x ≤ 1 1 for x ≥ 1 And I...
  9. I

    Expectation of Continuous Random Variable [word problem]

    Homework Statement Here's the problem with the solution provided: Homework Equations Fundamental Theorem of Calculus (FToC) The Attempt at a Solution So I understand everything up to where I need to take the derivative of the integral(s). Couple of things I know is that the derivative of...
  10. D

    Expected value of X and Y, E[XY] for uniform random variables

    Homework Statement If ##X\sim\mathcal{U}(-1,1)## and ##Y = X^2##, is it possible to determine to ##cov(X, Y)##? Homework Equations \begin{align} f_x &= \begin{cases} 1/2, & -1<x<1\\ 0, & \text{otherwise} \end{cases}\\ f_y &= \begin{cases} 1/\sqrt{y}, & 0<x<1\\ 0, & \text{otherwise} \end{cases}...
  11. S

    MHB Random Variable Transformation

    We have a r.v. X with p.d.f. = sqrt(θ/πx)*exp(-xθ) , x>0 and θ a positive parameter. We are required to show that 2 θX has a x^2 distribution with 1 d.f. and deduce that, if x_1,……,x_n are independent r.v. with this p.d.f., then 2θ∑_(i=1)^n▒x_ι has a chi-squared distribution with n...
  12. S

    MHB Probability function and random variables

    Given a Bernoulli r.v., W, which is derived from r.v. T(Poisson) (a)if T=0 then W=1 and b) if T>0 then W=0). One has to show that the sample mean (the proportion of 0s in the sample), is an unbiased estimate of φ=e^λ. Also, how does one find the variance of the sample mean and show that this...
  13. S

    MHB Probability function (p.f) of a random variable

    If one has a Bernoulli random variable W that is derived from a Variable T (Poisson λ), by the following rules W = (if T=0 then W=1 and if T>0 then W=0), I am having trouble finding the pf for W. Any suggestions about how to proceed forward?
  14. Ackbach

    MHB Is this a valid method for selecting a Simple Random Sample?

    So, I have a jokester (MHB user Cmoney) in my class (what teacher doesn't?), who decided to go all-out on a quiz question. The question reads as follows: You are planning a report on apartment living in a college town. You decide to select three apartment complexes at random for in-depth...
  15. D

    Find mean and variance of a random vector

    Homework Statement The components of a random vector ##\mathbf{X} = [X_1, X_2, \ldots, X_N]^{\intercal}## all have the same mean ##E_X[X]## and the same variance ##var(X)##. The "sample mean" random variable $$ \bar{X} = \frac{1}{N}\sum_{i = 1}^NX_i $$ is formed. If the ##X_i##'s are...
  16. P

    Addition Rule for Random Variables

    Hi, I am having a hard time understanding why the Addition Rule for two Random Variables holds even when the random variables are dependent. Essentially: why is E(X+Y) = E(X) + E(Y) when X and Y are dependent random variable? Given the two variables are dependent, if X happens to take on a...
  17. N

    MHB MGF relating to random sum of random variables

    Hi all I am doing this question right now and I don't even know how to start it up. I know that it's in relation to a sum of a random number of random variables, but I don't know how to continue on from that. I've read my textbook and it states some definition for an MGF which is: $M_{y}(t) =...
  18. D

    Minimum mean square error for two random variables

    Homework Statement Determine the minimum mean square error for the joint PMF. You will need to evaluate ##E_{X, Y}[(Y - 14/11\cdot X - 1/11)^2]##. Homework EquationsThe Attempt at a Solution The answer is ##\frac{3}{22}##, but when I work it out, I get ##\frac{203}{484}##. From my values, I...
  19. D

    MHB Second moment of the Poisson random variable

    With a Poission random variable, we know that \(E[X] = var(X) = \lambda\). By definition of the variance, we can the second moment to be \[ var(x) = E[X^2] - E^2[X]\Rightarrow E[X^2] = var(X) + E^2[X] = \lambda(1 + \lambda). \] The characteristic equation for the Poisson distribution is...
  20. B

    Finding the PMF of a function of a discrete random variable

    The discrete random variable K has the following PMF: p(k) = { 1/6 if k=0 2/6 if k=1 3/6 if k=2 0 otherwise } Let Y = 1/(1+K), find the PMF of Y My attempt: So, I am really confused about what this is asking. I took...
  21. G

    Taylor Series and Random Variables

    Homework Statement A standard procedure for finding an approximate mean and variance of a function of a variable is to use a Taylor Expansion for the function about the mean of the variable. Suppose the variable is y, and that its mean and standard deviation are "u" and "o". f(y) = f(u) +...
  22. A

    Sum of discrete uniform random variables

    Homework Statement Let ##X_k## be iid uniform discrete on ##\{0,...,9\}##. Find the distribution of ##\sum\limits_{k=1}^{\infty} \frac{X_k}{10^k}##Homework Equations The Attempt at a Solution I've tried a lot of things, I've tried decomposing ##X_k## into 10 bernoulli trials, I've tried using...
  23. C

    Why Not Share Your Random Thoughts Here?

    So this is taken from another forum that I frequent. Basically just post any random old thought that you might be feeling. This way you don't have to start a whole new topic just to say "Damn it's cloudy out today". If you guys don't approve of the thread, then by all means please do...
  24. D

    MATLAB Matlab estimate PDF from random variable X

    How do I estimate the pdf from a random variable \(X\) where \(X = U_1 - U_2\) and \(U_i\) are uniform random variables? In the code below, I used unifrnd(-5, 5, 1000, 1) which generated a 1000x1 vector of uniform random number between -5 and 5. How do I estimate the PDF for X? rng; X =...
  25. S

    Integration involving continuous random variable

    Homework Statement please refer to the question, i can't figure out which part i did wrongly. i 'd been looking at this repeatedly , yet i can't find my mistake. thanks for the help! the correct ans is below the question. where the c= 283/5700 , q = 179/5700 Homework Equations The...
  26. C

    How to build a random vector perpendicular to another vector in R3

    (SOLVED) How to build a 3D random vector perpendic. to another vector Hi everybody, do you have an efficient method for build up a vector with random components which is perpendicular to another (unitary) 3D vector ? Context: I have to randomly select polarization vector (P) for...
  27. J

    Understanding Randomness: Differences in Classical Physics, SR, GR, and QM

    Does "random" have different meaning in classical physics from SR, GR or QM? What is the difference between random, deterministic and probabilistic? Is probabilistic either random-probabilistic or deterministic-probabilistic, or is probabilistic a truly separate category on its own? If we...
  28. P

    Is Time Merely a Side Effect of Energy?

    Please realize I'm going to talk about random made up thoughts so don't take them too seriously, also I'm going to make a lot of wrong assumptions so be careful. Just a question, wouldn't it be OK to say time is a side effect of energy? It kind of makes sense because we humans really can...
  29. Eagle9

    How does the Random number generator works?

    Unfortunately I did not find suitable section to post this topic, if there is suitable one you may move it there. It is shown in the science documentary film “Through the Wormhole” (Season 2, episode 5 called "Is There a Sixth Sense?") how the consciousness acts on the Random number...
  30. V

    Random nature of multiple scattering

    I have some confusion about multiple scattering. We always say that the problem of single scattering is always deterministic in nature.But while modeling the problem of multiple scattering, we take that the problem is stochastic in nature. I don't understand why. Why multiple...
  31. estro

    How Does the Symmetry of Sine Influence the Distribution of Y = sin(X)?

    Suppose X ~ U[ 0, pi ] What is the distribution of Y=sinX. I have a solution in my notes however I don,t understand the following the second transition: F_Y(y) = P(Y \leq y) = P(X \leq \arcsin(y)) + P(X \geq \pi - \arcsin(y)) = ... Where the P(X \geq \pi - \arcsin(y)) comes from?
  32. O

    Hitting time of two or three parallel random walks

    Consider a one-dimensional random walk on the integer lattice, starting at 0. The next step is decided to be +1 or -1 with equal probability 0.5. The hitting time (the expected time required for the random walk to reach any integer α -- also called the first-passage time) will be...
  33. C

    What is the average of a random hemispherical distribution

    Hello, I'm trying to write a monte carlo simulation for an optical analysis. Half the area of a sphere is within 60 degrees of the poles. Hence, I'm assuming half of randomly directed radiation should fall within 60 degrees of the poles, when radiation is generated at the center of the...
  34. T

    Question about World Cup probability and random selection

    Of the 32 teams that qualify for the world cup (8 groups with 4 teams each), what percentage would a roster of 16 teams-to-advance-to-the-2nd-round (2 teams from each of the 8 groups) should be correct if the teams were chosen at random? Some background: A group of us at work filled out...
  35. P

    Can Tritium Undergo Nuclear Decay in 1 Second or 1 Eon?

    For example tritium has a half life of of 12.3 years. So if you had 2 atoms of tritium then after 12.3 year you would expect to have 1 atom of tritium and 1 atom of h-3. My question is, is it possible that tritium could decay in 1 second? Or how about 1 eon? I know its not probable but is it...
  36. M

    Random Questions on General Physics

    I don't understand, if everything in this world is relative to something else, then cannot we essentially say that nothing exists independently? We say that the universe is considered to be the ultimate 'background'. However, if we say it is expanding, shouldn't it be expanding relative to...
  37. M

    Fortran [Fortran] Filling a disk with random points

    Hi My FORTRAN is rusty and my brain is even more rusty. I want to populate an annulus with a randomly distributed set of points. Any hints or tips to get me thinking about this would be gratefully received. Thanks D
  38. D

    MHB Calculate E(g(X)) for Random Variable X with E(X)=6.2, Var(X)=0.8

    This problem: A random variable X has expected value E(X) = 6.2 and variance Var(X) = 0.8. Calculate the expected value of g(X) where g(x) = 7x + 2. Do I just plug in numbers here? I've never seen this kind of problem before.
  39. D

    MHB Expected value/variance of continuous random functions?

    For the following probability density function: f(x) = [(x^2)/9] between 0 <= x <= 3 0 otherwise calculate the expected value E(X) of this distribution, and also calculate the variance I know I have to integrate the function but I don't know what else. Thanks!
  40. M

    Simple problems regarding sum of IID random variables

    Hi! I'm taking my first course in statistics and am hoping to get some intuition for this set of problems... Suppose I have a bowl of marbles that each weighs m_{marble}=0.01 kg. For each marble I swallow, there is a chance p=0.53 that it adds m_{marble} to my weight, and chance 1-p that...
  41. S

    Fourier series for a random function

    Hello! My problem consists of : there is a representation of an uneven surface in terms of Fourier series with random coefficients: The random coefficients are under several conditions: W - function is undefined. Maybe you've confronted with such kind of expressions. The...
  42. L

    Electric field due to a charged particle at a random point in space

    Can we calculate the electric field at any given point in space even if there are no charged particles there? The equation for electric field given in a standard EM course is kqq0/q0r^2 where q0 is a test charged impacted by the electric field. How about just any point in space?
  43. K

    Density function of product of random variables

    suppose you have two random variables X and Y which are independent, we want to form a new random variable Z=XY, if f(x) and f(y) are density functions of X and Y respectively what is the density function of Z? I tried taking logs and applying convolution, but it did not really work
  44. C

    Optimizing Random Variates in Simulations for Basic Statistics Problems

    Pretty theoretical question here. I was talking with one of my friends the other day about a basic statistics problem that utilizes random variates. The problem asked us to perform 20 simulations of the world series final using a U(0,1) distribution. One team was given a probability of winning a...
  45. F

    Is aX+b uniformly distributed?

    Homework Statement If X is a random variable uniformly distributed over (0,1), and a, b are constants, what can you say about the random variable aX + b? What about X^2? Homework Equations For uniformity of notation, let f(x) = probability density function of x F(a) = distribution function...
  46. M

    Math Question: Finding Best Approximation of Function

    Hi everybody. I am in this computer software class and I have a quiz coming up. My professor gave us a list of what to expect on the quiz and this question came up: Given a family of functions f1, f2, f3, .., fn and given a function f, find the best approximation of f by the family...
  47. I

    Random phase (?) approximation

    Hello, I've come across equations where people use the approximation \int_0^1 \exp(f(x))\, dx \approx \exp \left( \int_0^1 f(x)\, dx\right) I can see that this is correct if f(x) is small, one just uses exp(x) = 1+x+... However, it appears that this approximation has a broader validity...
  48. T

    Minimisation over random variables

    Suppose we have a function ##F:\mathbb{R}_+\to\mathbb{R}_+## such that ##\frac{F(y)}{y}## is decreasing. Let ##x## and ##y## be some ##\mathbb{R}_+##-valued random variables. Would ##\mathbb{E}x\leq\mathbb{E}y## imply that ##\mathbb{E}F(x)\leq\mathbb{E}F(y)##?
  49. reenmachine

    Random question about cones and cylinders volume

    A cone's volume with height ##x## and radius ##y## is ##1/3## of the volume of a cylinder with height ##x## and radius ##y##.I was trying to visualize it in my head and struggled a bit.Take a rectangle triangle with height ##x## and the other side of length ##y## which isn't the hypothenuse ...
  50. O

    Simple 2D random diffusion question (collisions with wall)

    I am looking at an object that diffuses randomly inside a circular plane. What is the easiest way to find the expectation value for how long would it take on average to reach the wall if it was initially placed at a random position? If it is easier: what if the initial position were the...
Back
Top