The expectation of a random variable X is a function of X. Now, functions of random variables are random variables themselves. Then is the expectation of a random variable itself a random variable?
2026-03-31 23:34:06.1775000046
Is the expectation of a random variable itself a random variable?
2.8k 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-THEORY
- Is this a commonly known paradox?
- What's $P(A_1\cap A_2\cap A_3\cap A_4) $?
- Another application of the Central Limit Theorem
- proving Kochen-Stone lemma...
- Is there a contradiction in coin toss of expected / actual results?
- Sample each point with flipping coin, what is the average?
- Random variables coincide
- Reference request for a lemma on the expected value of Hermitian polynomials of Gaussian random variables.
- Determine the marginal distributions of $(T_1, T_2)$
- Convergence in distribution of a discretized random variable and generated sigma-algebras
Related Questions in EXPECTED-VALUE
- Show that $\operatorname{Cov}(X,X^2)=0$ if X is a continuous random variable with symmetric distribution around the origin
- prove that $E(Y) = 0$ if $X$ is a random variable and $Y = x- E(x)$
- Limit of the expectation in Galton-Watson-process using a Martingale
- Determine if an Estimator is Biased (Unusual Expectation Expression)
- Why are negative constants removed from variance?
- How to find $\mathbb{E}(X\mid\mathbf{1}_{X<Y})$ where $X,Y$ are i.i.d exponential variables?
- $X_1,X_2,X_3 \sim^{\text{i.i.d}} R(0,1)$. Find $E(\frac{X_1+X_2}{X_1+X_2+X_3})$
- How to calculate the conditional mean of $E(X\mid X<Y)$?
- Let X be a geometric random variable, show that $E[X(X-1)...(X-r+1)] = \frac{r!(1-p)^r}{p^r}$
- Taylor expansion of expectation in financial modelling problem
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?
Given a sample space $\Omega$, a random variable (in typical formulations of probability theory) is basically just a function $\Omega\to\mathbb R$. (Really, we have a lot more flexibility than just $\mathbb R$.) That is, $X:\Omega\to\mathbb R$. The reason $f(X)$ is a random variable for $f:\mathbb R\to\mathbb R$ is because this is interpreted simply as $f\circ X:\Omega\to\mathbb R$. (Yes, the notation is ambiguous.) The expectation operation, however, is not a function of real numbers but a function of the random variables themselves. That is, the expectation doesn't take the value of a random variable but the random variable itself. In the discrete case, $\mathbb E[X]=\sum_{\omega\in\Omega}X(\omega)P(\omega)$. In the continuous case this becomes an integral. The expectation of a random variable is a real number, not a random variable. However, every real number induces a random variable, namely a constant function on $\Omega$. This is the content of Kavi Rama Murthy's comment, but it is perhaps a bit misleading.
Conditional expectations can lead to non-trivial (i.e. non-constant) random variables. For example, say that $\Omega=\Omega_1\times\Omega_2$. For concreteness, say that $\Omega_1=\Omega_2=[-10,10]$ (or the integers in that interval if we want to keep things discrete). The $\pi_1 :\Omega_1\times\Omega_2\to\Omega_1$ is a random variable on $\Omega=\Omega_1\times\Omega_2$. We can then talk about the conditional expectation $\mathbb E[X\mid \pi_1 = 3]$, say, which means to consider the expectation of $X$ on the subspace $\{\omega\mid \pi_1(\omega)=3\}\subset\Omega$. This is, again, a constant, but we could now consider the function $\omega_1\mapsto\mathbb E[X\mid \pi_1=\omega_1]:\Omega_1\to\mathbb R$ which would then be a random variable on $\Omega_1$. Often this will be written simply as $\mathbb E[X\mid\pi_1]$, or, in general, $\mathbb E[X\mid Y]$ for an arbitrary random variable $Y$.
Personally, I find that a lot of notation here gets pretty ambiguous. (Consider conditional expectations conditioned on the value of a conditional expectation.) It's also pretty confusing when you don't yet know what it actually means because of the intentional conflation of a random variable with its "value".