Differences between revisions 7 and 8
Revision 7 as of 2023-10-28 05:34:59
Size: 1059
Comment:
Revision 8 as of 2023-10-28 17:37:03
Size: 1156
Comment:
Deletions are marked like this. Additions are marked like this.
Line 47: Line 47:
And the coefficient of determination, a.k.a. the ''R^2^'', is:

{{attachment:rsquared.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

And the coefficient of determination, a.k.a. the R2, is:

rsquared.svg


CategoryRicottone

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