Quantitative Methods Flashcards
Covariance
SUM[(Xbar-Xi)*(Ybar-Yi)] / (n-1)
Correlation Coefficient
r = Cov(x,y) / [Sigma(x)*Sigma(y)]
where, -1 < r < 1
T-test
t = [r * sqrt(n-2)] / sqrt(1-r^2)
Reject H0 if t+critical < t or t-critical>t.
t needs to be in between the two critical t’s
Slope of regression line
b1 = Covariance / Variance
Total Sum of Squares (SST)
SUM(Yi - Ybar)^2
Sum of Squared Errors (SSE)
SUM(Yi-Yhat)^2
This is the unexplained variation in the regression
Regression Sum of Squares (RSS)
SUM(Yhat-Ybar)^2
This is the explained variation in the regression
Total Variation = Explained Variation + Unexplained Variation
SST = RSS + SSE
Mean Regression Square of Sums (MSR)
=RSS/number of slope parameters
Mean Squared Error (MSE)
MSE = SSE / (n-2)
Regression degree of freedom = k
Error degree of freedom = n - k - 1
Where k = number of slope parameters
…
R^2 = (SST - SSE) / SST = RSS / SST
R^2 = (Total Variation - Unexplained Variation) / Total Variation = Explained Variation / Total Variation
Standard Error of the Estimate (SEE)
SEE = SqRt (MSE) = SqRt(SSE/(n-2))
Smaller SEE means the regression has better fit
F-Test tests the statistical significance of a regression
F = MSR / MSE = (Rss/k)/(SSE/[n-k-1])
Always a one tail test
Reject if F > Fcritical
F-test hypothesis testing
- H0 –> b1=b2=b3=b4=0 vs. Ha–> @ least 1 bi is not =0
- Decision —> Reject H0 if F(test-statistic) > Fcritical
- If rejected, Bj is significant