When studying the classical linear regression model, one necessarily comes across the Gauss-Markov Theorem. The Gauss-Markov Theorem is a central theorem for linear regression models. It states different conditions that, when met, ensure that your estimator has the lowest variance among all unbiased estimators. More formally, Continue reading The Gauss Markov Theorem
Category Archives: Econometrics
Derivation of the Least Squares Estimator for Beta in Matrix Notation
The following post is going to derive the least squares estimator for , which we will denote as
. In general start by mathematically formalizing relationships we think are present in the real world and write it down in a formula.
Continue reading Derivation of the Least Squares Estimator for Beta in Matrix Notation
Relationship between Coefficient of Determination & Squared Pearson Correlation Coefficient
The usual way of interpreting the coefficient of determination is to see it as the percentage of the variation of the dependent variable
(
) can be explained by our model. The exact interpretation and derivation of the coefficient of determination
can be found here.
Another way of interpreting the coefficient of determination is to look at it as the Squared Pearson Correlation Coefficient between the observed values
and the fitted values Continue reading Relationship between Coefficient of Determination & Squared Pearson Correlation Coefficient
The Coefficient Of Determination or R2
The coefficient of determination shows how much of the variation of the dependent variable
(
) can be explained by our model. Another way of interpreting the coefficient of determination
, which will not be discussed in this post, is to look at it as the squared Pearson correlation coefficient between the observed values
and the fitted values
. Why this is the case exactly can be found in another post.
Balance Statistic
The following article tries to explain the Balance Statistic sometimes referred to as Saldo or Saldo Statistic. It is used as a quantification method for qualitative survey question. The benefit of applying the Balance Statistic arises when the survey is repeated over time as it tracks changes in respondents answers in a comprehensible way. The Balance Statistic is common in Business Tendency Surveys.
Binomial Distribution
The binomial distribution is closely related to the Bernoulli distribution. In order to understand it better assume that are i.i.d (independent, identical distributed) variables following a Bernoulli distribution with
and
.
Bernoulli Distribution
All cases in which manifestations have exactly two characteristics follow a Bernoulli distribution.
Typical examples are coin flip or medical treatment, which works or not.
Proof of Unbiasedness of Sample Variance Estimator
Proof of Unbiasness of Sample Variance Estimator
(As I received some remarks about the unnecessary length of this proof, I provide shorter version here)
In different application of statistics or econometrics but also in many other examples it is necessary to estimate the variance of a sample. The estimator of the variance, see equation (1) is normally common knowledge and most people simple apply it without any further concern. The question which arose for me was why do we actually divide by n-1 and not simply by n? In the following lines we are going to see the proof that the sample variance estimator is indeed unbiased.
Continue reading Proof of Unbiasedness of Sample Variance Estimator