Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2023-10-28 04:38:53
Size: 949
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 2: Line 2:

Line 37: Line 39:
A regression line passes through two points: Based on [[Econometrics/LinearRegression|regression]], the estimated outcome for observation ''i'' is:
Line 39: Line 41:
{{attachment:regression1.svg}} {{attachment:estimate.svg}}
Line 41: Line 43:
and And the residual is:
Line 43: Line 45:
{{attachment:regression2.svg}} {{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)