Hypothesis Testing in Regression
29 words
1 min read
Visual companion
Python
Type and operator map
Python Week 1: the first filter for runtime behavior
View
Revision summary
What this note is really saying
Short form
# Hypothesis Testing in Regression ## t-Test for Coefficients $H_0: \beta_j = 0$ vs $H_1: \beta_j \neq 0$ Test statistic: $t = \frac{\hat{\beta}_j}{\text{SE}(\hat{\beta}_j)} \sim t_{n-p-1}$ [Join Discord](https://discord.gg/gE2m4Qrdqv) [Previous**Gauss-Markov Theorem**](/notes/04-degree-electives-bsma3012-linear-sta...

Hypothesis Testing in Regression
t-Test for Coefficients
H0:βj=0 vs H1:βj=0
Test statistic: t=SE(β^j)β^j∼tn−p−1
Join Discord
PreviousGauss-Markov TheoremNextANOVA