Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2023-10-28 04:26:25
Size: 510
Comment: Initial commit
Revision 7 as of 2023-10-28 05:34:59
Size: 1059
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

Line 19: Line 21:
{{attachment:average.svg}}

The variance is:

{{attachment:variance.svg}}

The standard deviation is:

{{attachment:sd.svg}}

The covariance between the treatment and outcome is:

{{attachment:covariance.svg}}

The correlation between the treatment and outcome is:

{{attachment:correlation.svg}}

Based on [[Econometrics/OrdinaryLeastSquares|OLS regression]], the estimated outcome for observation ''i'' is:

{{attachment:estimate.svg}}

No matter the regression method, the residual is:

{{attachment:residual.svg}}

Econometrics Notation

Data

The number of observations is n.

The outcome variable is y. For observation i, the outcome value is yi.

The treatment variable is x1. For observation i, the treatment value is x1i.

The control variables are x2 through xk (up to k - 1 control variables). For observation i, a control value might be x2i.

Statistics

The average outcome is:

average.svg

The variance is:

variance.svg

The standard deviation is:

sd.svg

The covariance between the treatment and outcome is:

covariance.svg

The correlation between the treatment and outcome is:

correlation.svg

Based on OLS regression, the estimated outcome for observation i is:

estimate.svg

No matter the regression method, the residual is:

residual.svg


CategoryRicottone

Statistics/EconometricsNotation (last edited 2025-01-10 14:15:50 by DominicRicottone)