I am a non-math person and have a question about randomness: When generating elements from a finite set using some algorithm, it is clear what it means when saying that elements should be randomly generated. How about for infinite sets? For example if I want to generate real numbers randomly, what does it mean to be random? In general, how is random defined in Euclidean n-space? How about for subsets of n-space, eg. generating random points on the (n-1) unit sphere? Thanks.
2026-04-02 08:14:35.1775117675
Meaning of randomness in space
195 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in PROBABILITY
- How to prove $\lim_{n \rightarrow\infty} e^{-n}\sum_{k=0}^{n}\frac{n^k}{k!} = \frac{1}{2}$?
- Is this a commonly known paradox?
- What's $P(A_1\cap A_2\cap A_3\cap A_4) $?
- Prove or disprove the following inequality
- Another application of the Central Limit Theorem
- Given is $2$ dimensional random variable $(X,Y)$ with table. Determine the correlation between $X$ and $Y$
- A random point $(a,b)$ is uniformly distributed in a unit square $K=[(u,v):0<u<1,0<v<1]$
- proving Kochen-Stone lemma...
- Solution Check. (Probability)
- Interpreting stationary distribution $P_{\infty}(X,V)$ of a random process
Related Questions in RANDOM
- Prove that central limit theorem Is applicable to a new sequence
- Generating random versions of cubic and quadratic curve
- Is product of random numbers still random?
- Can I generate a random number with the probability distribution of the area under any arbitrary function?
- Average distance from a line to a point
- When does two random measures coincide in distribution?
- Determine the maximum period of this potential random number generator, if possible
- Does a random variable come from a probability distribution or is it vice-versa?
- Expected number of operations until matrix contains no zeros.
- Mean and Variance of Random Sum of Random Variables
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
There are two aspects: First, you need to specify a probability distribution. This is a function that says for a subset (ignoring questions of measureability for the moment) how probable it is for a random element to lie in this set.
Example: You have a finite set $$ A = \{1, 2, 3, 4 ,5 , 6 \} $$ A probability distribution $p$ would be: $$ p(x) = \frac{1}{6} $$ for $x = 1, ..., 6$. Note that the sum over all probabilities needs to be $1$.
For an infinite set like the interval [0, 1], a probability distribution would be a function that has an integral of 1: $$ \int_{0}^1 p(x) d x = 1 $$ The simplest possible example would be the uniform distribution, the constant function $$ p(x) = 1 $$ (This time I implicitly assumed that we are talking about probability distributions that have a Radon-Nikodym density with respect to the Lesbegue measure.)
On "infinite" sets like the whole real line (or $\mathbb{R}^n$), there is no uniform distribution, because its integral could not be 1 anymore, but there are a lot of interesting other distributions.
The second important aspect is independence: You need to specify if you know anything about the next random element if I tell you about what happended before. If you say: What happens next, i.e. the next random element, is independent of what happened before, one says that the random elements are independent. But there are a lot of interesting situations where this is not so. When you play in a casino and have a fixed budget, you cannot play if you go bankrupt, for example.- In this case "what happens next" does depend on the events that happended before.
To pick up one of your examples: The unit sphere in $\mathbb{R}^n$ has finite Lesbegue measure, so that it is possible to define the uniform probability distribution on it. And lets also say that we would like to generate elements that are independent. In the one dimensional case, i.e. the unit circle, we could generate independent uniformly distributed elements of the unit interval $ x \in [0, 1]$ and calculate $$ e^{i x} = \cos(x) + i \sin(x) $$ which will result in numbers that are uniformly distributed on the circle. (In case you don't know about complex numbers, you can write the latter as $(\cos(x), \sin(x))$, in cartesian coordinates in $\mathbb{R}^2$).