Differences between revisions 3 and 8 (spanning 5 versions)
Revision 3 as of 2024-06-07 14:39:03
Size: 801
Comment: Rewrite 2
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:
Mathematically, homoskedasticity and [[Econometrics/Exogeneity|exogeneity]] together can be expressed as: Mathematically, homoskedasticity and [[Statistics/Exogeneity|exogeneity]] together can be expressed as:
Line 17: Line 17:
The full set of variables is independently and normally distributed about 0. The covariance matrix is fully expressed as the [[LinearAlgebra/SpecialMatrices#Diagonal_Matrices|diagonal matrix]] of each term's variance. 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)