EasyDeepLearn

Law of Total Variance — Var(X)\operatorname{Var}(X) = ?

hard

Answer

  • Var(X)  =  E[Var(X    Y)]  +  Var(E[X    Y])\operatorname{Var}(X)\; = \;E[\operatorname{Var}(X\; \mid \;Y)]\; + \;\operatorname{Var}(E[X\; \mid \;Y]).
  • 'Within-group' variance (average of conditional variances) plus 'between-group' variance (variance of conditional means).
  • Foundation of ANOVA (partitions total variance into between- and within-group sources), variance decomposition in regression (R2  =  explained/total)(R^{2}\; = \;\mathrm{explained} / \mathrm{total}), and mixed-effects modeling.
Check yourself — multiple choice
  • Var(X)  =  E[X]2\operatorname{Var}(X)\; = \;E[X]^{2}
  • Var(X)  =  E[Var(XY)]  +  Var(E[XY])\operatorname{Var}(X)\; = \;E[\operatorname{Var}(X \mid Y)]\; + \;\operatorname{Var}(E[X \mid Y]) — within + between decomposition; foundation of ANOVA  /  R2\mathrm{ANOVA}\; / \;R^{2}
  • Var(X)  =  Var(Y)\operatorname{Var}(X)\; = \;\operatorname{Var}(Y)
  • Never used

Law of total variance: within + between decomposition; ANOVA, R2R^{2}, mixed effects.

#variance#probability

Practise Statistics Fundamentals

215 interview questions in this topic.

Related questions