Analyze The E-Views Report: R Var ( Y) Var (Y) Ess Tss Var (E) Var (Y) Rss Nvar (Y) R R
Analyze The E-Views Report: R Var ( Y) Var (Y) Ess Tss Var (E) Var (Y) Rss Nvar (Y) R R
Analyze The E-Views Report: R Var ( Y) Var (Y) Ess Tss Var (E) Var (Y) Rss Nvar (Y) R R
1. R-squared (R2).
√ R 2=r Y Y^
The R2 statistic measures the success of the regression in predicting the values
of the dependent variable within the sample. In standard settings R 2, may be
interpreted as the fraction of the variance of the dependent variable explained by the
independent variables. The statistic will equal one if the regression fits perfectly, and
zero if it fits no better than the simple mean of the dependent variable. It can be
negative for a number of reasons. For example, if the regression does not have an
intercept or constant, if the regression contains coefficient restrictions, or if the
estimation method is two-stage least squares or ARCH. EViews computes the
(centered) R2 as:
2
R =1−
∑ e2i
∑ ( y i − ȳ )2
2
2. Adjusted R-squared ( R̄ ).
One problem with using as a measure of goodness of fit is that the will never
decrease as you add more regressors. In the extreme case, you can always obtain an of
one if you include as many independent regressors as there are sample observations.
The adjusted , commonly denoted as , penalizes the for the addition of regressors
which do not contribute to the explanatory power of the model. The adjusted is
computed as:
n−1
R̄2 =1−(1−R2 )
n−k
3. S.E. of regression
∑ e2
S . E . of regression=
6. P-value.
Если p(t) меньше заданного уровня значимости, то нулевая гипотеза отвергается в пользу альтернативной. В
противном случае она не отвергается.
Преимуществом данного подхода является то, что видно при каком уровне значимости нулевая гипотеза
будет отвергнута, а при каких принята, то есть виден уровень надежности статистических выводов, точнее
вероятность ошибки при отвержении нулевой гипотезы. При любом уровне значимости больше нулевая
гипотеза отвергается, а при меньших значениях — нет.
Уточнение:
Для линейной регрессии значение p вдыется в ANOVA-таблице, но при
гетероскедастичности применяется не стандартная ошибка, а оценочный параметр
Уайта. Как рассчитать p-value в этом случае?
Нашла!
C помощью формулы распределения Стьюдента TDIST(x;deg_freedom;tails). В
качестве x - Т-статистику:
Сначала рассчитать Т-статистику, как по формуле , только внизу вместо
стандартной ошибки применить оценочный параметр Уайта, рассчитываемый по
7. Durbin-Watson Statistic.
The Durbin-Watson statistic measures the serial correlation in the residuals. The
statistic is computed as
n
∑ (e t −et−1 )2
t=2
DW = n
∑ et2
t=1
12. F-Statistic.
The F-statistic reported in the regression output is from a test of the hypothesis
that all of the slope coefficients (excluding the constant, or intercept) in a regression
are zero. For ordinary least squares models, the F-statistic is computed as:
R 2 /( k−1 )
F=
(1−R2 )/(n−k )
n – number of observations, k- number of coefficients β.
Under the null hypothesis with normally distributed errors, this statistic has an F-
distribution with k-1 numerator degrees of freedom and n-k denominator degrees of
freedom.
13.