Differences between revisions 5 and 11 (spanning 6 versions)
Revision 5 as of 2023-10-28 05:14:42
Size: 830
Comment:
Revision 11 as of 2024-06-07 15:28:05
Size: 2617
Comment: Rewrite 3
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
== Data == == Observations and Measurements ==
Line 9: Line 9:
The outcome variable is ''y''. For observation ''i'', the outcome value is ''y,,i,,''. The outcome variable is ''y''. The outcome measurement for observation ''i'' is ''y,,i,,''.
Line 11: Line 11:
The treatment variable is ''x,,1,,''. For observation ''i'', the treatment value is ''x,,1i,,''. If there is a single predictor, it may be specified as ''x''; the measurement is ''x,,i,,''. More commonly, there is a set of predictors specified like ''x,,1,,'', ''x,,2,,'', and so on. The measurements are then ''x,,1i,,'', ''x,,2i,,'', and so on.
Line 13: Line 13:
The control variables are ''x,,2,,'' through ''x,,k,,'' (up to ''k'' - 1 control variables). For observation ''i'', a control value might be ''x,,2i,,''. When expressing data with [[LinearAlgebra|linear algebra]], the outcome measurements are composed into vector ''y'' with size ''n'', and the predictor measurements are composed into matrix '''''X''''' of shape ''n'' by ''p''.

A very common exception: income is usually represented by ''Y'' or ''y''. In relevant literature, expect to see different letters.



== Error Terms ==

Error terms are variably represented by ''ε'', ''e'', ''u'', or ''v''. The error term for observation ''i'' would be represented like ''ε,,i,,''.
Line 19: Line 27:
The average outcome is: There is a mixture of notations for scalar statistics. The conventional estimators for population mean ''μ'', variance ''σ^2^'', standard deviation ''σ'', covariance ''σ,,xy,,'', and correlation ''ρ,,xy,,'' are:
Line 23: Line 31:
The variance is:
Line 26: Line 32:

The standard deviation is:
Line 31: Line 35:
The covariance between the treatment and outcome is:
Line 35: Line 37:
The correlation between the treatment and outcome is: {{attachment:correlation.svg}}
Line 37: Line 39:
{{attachment:correlation.svg}} Frequently for multiple variable statistics, some pieces of [[LinearAlgebra|linear algebra]] notation are introduced. For example, covariances are frequently expressed in a covariance matrix. Covariances of ''x'' and ''y'' are specified as ''σ,,xy,,''; variances are expressed as covariances of ''x'' and ''x''.

{{attachment:covariancem.svg}}



== Distributions ==

The [[Statistics/NormalDistribution|normal distribution]] is frequently expressed in econometrics. The typical notation is ''x,,i,, ~ N(μ, σ)''.

For multiple variables, at minimum the distribution is specified as ''NI'' to emphasize independence of the distributions. Some pieces of [[LinearAlgebra|linear algebra]] notation are also introduced. For example, the joint statement of [[Econometrics/Exogeneity|exogeneity]] and [[Econometrics/Homoskedasticity|homoskedasticity]] is:

{{attachment:exo.svg}}

Note how the covariance matrix is fully expressed as the [[LinearAlgebra/SpecialMatrices#Diagonal_Matrices|diagonal matrix]] of each term's variance.



== Modeling ==

The residual is:

{{attachment:residual.svg}}

And the coefficient of determination is:

{{attachment:rsquared.svg}}

Econometrics Notation

Observations and Measurements

The number of observations is n.

The outcome variable is y. The outcome measurement for observation i is yi.

If there is a single predictor, it may be specified as x; the measurement is xi. More commonly, there is a set of predictors specified like x1, x2, and so on. The measurements are then x1i, x2i, and so on.

When expressing data with linear algebra, the outcome measurements are composed into vector y with size n, and the predictor measurements are composed into matrix X of shape n by p.

A very common exception: income is usually represented by Y or y. In relevant literature, expect to see different letters.

Error Terms

Error terms are variably represented by ε, e, u, or v. The error term for observation i would be represented like εi.

Statistics

There is a mixture of notations for scalar statistics. The conventional estimators for population mean μ, variance σ2, standard deviation σ, covariance σxy, and correlation ρxy are:

average.svg

variance.svg

sd.svg

covariance.svg

correlation.svg

Frequently for multiple variable statistics, some pieces of linear algebra notation are introduced. For example, covariances are frequently expressed in a covariance matrix. Covariances of x and y are specified as σxy; variances are expressed as covariances of x and x.

covariancem.svg

Distributions

The normal distribution is frequently expressed in econometrics. The typical notation is xi ~ N(μ, σ).

For multiple variables, at minimum the distribution is specified as NI to emphasize independence of the distributions. Some pieces of linear algebra notation are also introduced. For example, the joint statement of exogeneity and homoskedasticity is:

exo.svg

Note how the covariance matrix is fully expressed as the diagonal matrix of each term's variance.

Modeling

The residual is:

residual.svg

And the coefficient of determination is:

rsquared.svg


CategoryRicottone

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