Differences between revisions 2 and 8 (spanning 6 versions)
Revision 2 as of 2024-06-07 14:36:21
Size: 576
Comment: Rewrite 1
Revision 8 as of 2025-04-29 19:24:08
Size: 807
Comment: Relabel
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
'''Homoskedasticity''' means that the variance of the error term is constant and not correlated to any treatment or control variable. '''Homoskedasticity''' means that the variance of the error term is constant and not correlated to any predictors.
Line 11: Line 11:
== Meaning == == Description ==
Line 13: Line 13:
Homoskedasticity means that the variance of the error term is constant and not correlated to any treatment or control variable. Mathematically, homoskedasticity and [[Statistics/Exogeneity|exogeneity]] together can be expressed as:

{{attachment:exo.svg}}

The full set of variables is independently and normally distributed about 0. The [[Statistics/CovarianceMatrices|covariance matrix]] is fully specified as the [[LinearAlgebra/SpecialMatrices#Diagonal_Matrices|diagonal matrix]] of variances.

Homoskedasticity

Homoskedasticity means that the variance of the error term is constant and not correlated to any predictors.


Description

Mathematically, homoskedasticity and exogeneity together can be expressed as:

exo.svg

The full set of variables is independently and normally distributed about 0. The covariance matrix is fully specified as the diagonal matrix of variances.

The opposite condition is heteroscedasticity.

It can also be useful to express exogeneity as a conditional expectation like:

cond.svg


CategoryRicottone

Statistics/Homoskedasticity (last edited 2025-04-29 19:24:08 by DominicRicottone)