Conditional variance
Dependencies:
- Probability
- Random variable
- Expected value of a random variable
- Variance of a random variable
- Conditional probability (incomplete)
$\newcommand{\Var}{\operatorname{Var}}$ $\newcommand{\E}{\operatorname{E}}$ Let $X$ be a random variable on $(\Omega, \mathcal{F}, \Pr)$ and $A$ be an event. Then $\Var(X \mid A)$ is the same as $\Var(X)$, except that the probability measure for computing $\Var$ is $\Pr_{|A}$ instead of $\Pr$.
Equivalently, $\Var(X \mid A) = \E((X-\E(X \mid A))^2 \mid A) = \E(X^2 \mid A) - \E(X \mid A)^2$.
Let $X$ be a real-valued random variable, and $Y$ be a random variable. Define $g(y) = \Var(X \mid Y=y)$. Then $\Var(X \mid Y)$ is defined as the random variable $g(Y)$.
Dependency for:
Info:
- Depth: 9
- Number of transitive dependencies: 22
Transitive dependencies:
- /analysis/topological-space
- /sets-and-relations/countable-set
- /sets-and-relations/de-morgan-laws
- /measure-theory/linearity-of-lebesgue-integral
- /measure-theory/lebesgue-integral
- σ-algebra
- Generated σ-algebra
- Borel algebra
- Measurable function
- Generators of the real Borel algebra (incomplete)
- Measure
- σ-algebra is closed under countable intersections
- Group
- Ring
- Field
- Vector Space
- Probability
- Conditional probability (incomplete)
- Random variable
- Expected value of a random variable
- Linearity of expectation
- Variance of a random variable