ISYE 6414 Formulas

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:08 AM on 6/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards

ANOVA F-Statistic Degrees of Freedom

F(k - 1, n - k)

So, with 303 data points and 3 sports the degrees of freedom is: F(2,300)

So, with 4 groups and 40 samples the degrees of freedom is: F(3,36)

2
New cards

In ANOVA, when n is the total number of observations and k is the number of groups, what is the degrees of freedom for the pooled variance estimator?

n-k

So, with 300 observations and 4 groups it is 296

1 intercept + 3 group indicators = 4 paramters

3
New cards

MSR

SSR / P

SSTR / (k - 1)

4
New cards

MSE

REGRESSION
MSE  = SSE / (n-p-1)

ANOVA

MSE SSE / (n - k)

Answer is 2.05

<p>REGRESSION<br>MSE&nbsp; = SSE / (n-p-1)</p><p></p><p>ANOVA</p><p>MSE SSE / (n - k)<br></p><p></p><p>Answer is 2.05</p>
5
New cards

F-Statistic (F₀)

MSR/MSE (explained variance) / (unexplained variance)

or

(SSR / P)
————
SSE / (n - p - 1)

6
New cards

1 - (SSE/SST) = SSR/SST

7
New cards

R² Adjusted

<p></p>
8
New cards

SST

SSR + SSE

or

SST = Σ(yᵢ - ȳ)²

9
New cards

SSR

SST − SSE

or

SSR = Σ(ŷᵢ - ȳ)²

10
New cards

SSE

SST − SSR

or

SSE = Σ(yᵢ - ŷᵢ)²

11
New cards

ESS

SST - SSE

R² × SST

12
New cards

Multiple Linear Regression Equation

Y = β₀ + β₁X₁ + β₂X₂ + ... + βₚXₚ + ε

13
New cards

Estimated Regression Equation

Ŷ = b₀ + b₁X₁ + b₂X₂ + ... + bₚXₚ

14
New cards

Estimated Regression Equation (Matrix Formula)

β̂ = (XᵀX)⁻¹XᵀY

15
New cards

Null Hypothesis

H₀: β₁ = β₂ = ... = βₚ = 0

16
New cards

Alternative Hypothesis

Hₐ: At least one βⱼ ≠ 0

17
New cards

VIF Formula

1 / (1 - Rⱼ²)

18
New cards

VIF (Variance Inflation Factor)

VIF = 1 No multicollinearity

VIF > 5 Potential concern

VIF > 10 Serious concern

19
New cards

Cook’s Distance Cutoff

4/n (holistically validate)

20
New cards

Multiple Regression DF

Regression df = p

Error df = n - p - 1

F(p, n - p - 1)

21
New cards

ANOVA DF

p = k - 1

F(p, n - p - 1)

is equivalent to

F(k - 1, n - k)

22
New cards

Box-Cox transformation

λ = 2 y² strongly stretches large values

λ = 1 y no transformation

λ = 0.5 √y moderately compresses large values

λ = 0 log(y) strongly compresses large values

λ = -0.5 1/√y reverses and compresses values

λ = -1 1/y stronger reciprocal transformation

23
New cards

T-Value

Estimate / Std Error

24
New cards

Std Error

Estimate / T-Value

25
New cards

Estimate

T-Value * Std Error

26
New cards

T-Value Reject/Fail

Fail to reject H₀ if: |t-value| < t-critical There is not enough evidence to conclude that the predictor has a statistically significant relationship with the response.

Reject H₀ if: |t-value| > t-critical There is enough evidence to conclude that the predictor has a statistically significant relationship with the response.

27
New cards

P-Value Reject/Fail

Fail to reject H₀ if: p-value > α There is not enough evidence to conclude that the predictor has a statistically significant relationship with the response.

Reject H₀ if: p-value < α There is enough evidence to conclude that the predictor has a statistically significant relationship with the response.

28
New cards

Standardized Residual Calculations (outliers)

|Standardized residual| > 2 → Possible outlier

|Standardized residual| > 3 → Strong evidence of an outlier

A standardized residual greater than 1 alone is not usually considered an outlier.

29
New cards

Default for Error terms in Simple linear regression

Zero mean and error term

Independent variable (1 for slr)

Constant Variance

Normality distribution

30
New cards

R² = ρ² = Coefficient of Determination

31
New cards

Total Observations

DF + All predictors