Differences between revisions 5 and 6
Revision 5 as of 2023-10-28 05:14:42
Size: 830
Comment:
Revision 6 as of 2023-10-28 05:32:36
Size: 1022
Comment: Estimates and residuals
Deletions are marked like this. Additions are marked like this.
Line 39: Line 39:
Based on [[Econometrics/LinearRegression|regression]], the estimated outcome for observation ''i'' is:

{{attachment:estimate.svg}}

And 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 regression, the estimated outcome for observation i is:

estimate.svg

And the residual is:

residual.svg


CategoryRicottone

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