1/53
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
What are the regression model assessment assumptions?
model evaluation
linearity
residual analysis
normality
individual test
homoscedasticity
What is the 1st regression model assessment?
model evaluation
continue if 1+ significant variable
What is the 2nd regression model assessment?
residual analysis
diagnose for outlier
What is the 3rd regression model assessment?
variable test
test significance
What is the sum of squares error formula?
SSE=\sum\left(y_{i}-\hat{y}_{i}\right)^2
What is the sum of squares regression formula?
SSR=\sum\left(\hat{y}_{i}-\bar{y}\right)^2
What is the total sum of squares formula?
SST=\sum\left(y_{i}-\bar{y}\right)^2
What is the total sum of squares formula with the sum of squares error & sum of squares regression?
SST=SSE+SSR
What is the total sum of squares?
|:| SST
total Y variation
What is the sum of squares error?
|:| SSE
unexplained Y variation
What is the sum of squares regression?
|:| SSR
explained Y variation
What is the SSE’s goal?
minimize squared deviation total
What is the SSR & SSE relation?
X & Y link > → SSR >> SSE
X & Y ≠ link → SSR 0, SSE 100%
» SSE < → regression model >
What is the Anova table process?
Sε = A
R² = B
F-test
d.f.residual = C
Pvalue / Significance F < α
tstat = D
What is Sε?
standard error of estimate
ŷ variation
~ standard deviation
What are the Sε formulas?
\sqrt{\frac{SSE}{d.f_{residual}}}
\sqrt{MSE}
What is the d.f.residual formula?
n-k-1
What is k?
independent variable number
What is the Sε & standard deviation relation?
if Sε < SY, small & useful Sε
What is R²?
determination coefficient
Y variation portion explained by X variation
What are the R² formulas?
r^2
\frac{SSR}{SST}
What is the F-test?
shows linear relation between Xs & Y
What is the F-test H0?
Σ βk = 0
What is the F-test H1?
1+ βk ≠ 0
What happens if no linear relation exists between 2 variables?
B1 = 0
What is the tstat formula?
\frac{b_1-\beta_1}{s_{b_1}}
What is Sb1?
estimate’s standard error
What are the slope test methods?
tstat & tcrit
P-value
CI
What is the tstat & tcrit slope test method?
tstat
tcrit
IF |tstat| > tcrit, reject
What is the tcrit Excel formula?
=T.INV.2T(α,d.f.r)What is the P-value slope test method for simple linear regression?
= F-test
IF P-value / Significance F < α, reject
What is the CI slope test method?
IF CI doesn’t include 0, reject
What is the CI slope test formula?
b_1\pm t_{crit}s_{b_1}
What is the CI interpretation?
One is α% confident that the true relationship is within the range such that for an additional independent variable unit, the dependent variable will increase on average between LCL * 1000 & UCL * 1000.
What is the Y variance formula?
MS_{TOTAL}=S_{y}^2=\frac{SST}{n-1}
What is the F-ratio formula?
\frac{MSR}{MSE}
What are the least squares method εi assumptions?
linearity
normality
homoscedasticity
independent error
What is homoscedasticity?
constant variance
What is residual analysis?
examine residual
What is a residual?
data & regression difference
What is the residual formula?
e_{i}=Y_{i}-\hat{Y}
What is the standardized residual formula?
S_{r}=\frac{e_{i}}{S_{\varepsilon}}
What is the linearity assumption?
no residual plot pattern → valid
What is the residual plot x-axis?
dependent variable
What is the residual plot y-axis?
ei
What are the normality assumption ways?
Excel…
bell histogram
approximately straight Normal Probability Plot
→ valid
What is the homoscedasticity assumption?
no spread change → valid
What is the homoscedasticity plot x-axis?
ŷ
What is the homoscedasticity plot y-axis?
ei
What is the independent error assumption?
not autocorrelated in time series data → valid
What is autocorrelation?
// serially correlated
correlation over time in time series data
What are some autocorrelated examples?
positive ei & negative ei runs
ei oscillates around 0
What is the residual analysis Excel process?
Data Analysis → Regression Analysis → Residuals / Standardized Residuals / Residual Plots / Line Fit Plots / Normal Probability Plots
What is a way to detect outliers?
IF |se| > 2