Differences between revisions 5 and 6
Revision 5 as of 2026-07-28 02:38:24
Size: 1273
Comment:
Revision 6 as of 2026-07-28 02:45:08
Size: 1333
Comment: Moving
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Statistics/ConditionalExpectations
= Conditional Expectations =
= Conditional Expectation =
Line 4: Line 3:
A '''conditional expectation''' is the estimated outcome of an event given expectations of another event. The math notation is ''E[X|Y]''. A '''conditional expectation''' is a [[Analysis/ExpectedValue|expectation]] given the realization of something.
Line 12: Line 11:
== Evaluation == == Description ==
Line 14: Line 13:
For a discrete distribution, a conditional expectation is generally expanded as ''Σ E[X|Y=y] p(Y=y)'' (for all ''Y=y''). A conditional expectation is generally notated as ''E[X|Y]'', where the random variable (here ''X'') sits on the left of the bar, and the realized values sit on the right. Sometimes the bar is replaced with a semicolon.
Line 16: Line 15:
For a continuous distribution, a conditional expectation is generally expanded as '' E[X|Y=y] p(Y=y) dx'' (for all ''Y=y''). For a discrete probability distribution, a conditional expectation is generally evaluated as ''Σ E[X|Y=y] p(Y=y)'' (for all ''Y=y'').
Line 18: Line 17:
Then continue to evaluate the [[Analysis/ExpectedValues|expected values]] of ''X'' given ''Y=y''. For a continuous probability distribution, a conditional expectation is generally evaluated as ''∫ E[X|Y=y] p(Y=y) dx'' (for all ''Y=y'').

Conditional Expectation

A conditional expectation is a expectation given the realization of something.


Description

A conditional expectation is generally notated as E[X|Y], where the random variable (here X) sits on the left of the bar, and the realized values sit on the right. Sometimes the bar is replaced with a semicolon.

For a discrete probability distribution, a conditional expectation is generally evaluated as Σ E[X|Y=y] p(Y=y) (for all Y=y).

For a continuous probability distribution, a conditional expectation is generally evaluated as ∫ E[X|Y=y] p(Y=y) dx (for all Y=y).

Bernoulli

Bernoulli-distributed variables have some useful properties.

Given a Bernoulli-distributed X, for the same reason that E[X] = p(X=1) (i.e. the 0 term eliminates itself), it is also true that E[X|Y] = E[X=1|Y].

Given Bernoulli-distributed X and Y, E[X|Y] can be evaluated by the above general expansion.

expansion.svg

But a more useful rewrite is E[X|Y] = p(X|Y). Then continue to evaluate the conditional probabilities of X given Y.


CategoryRicottone

Analysis/ConditionalExpectation (last edited 2026-07-28 02:45:08 by DominicRicottone)