Quiz 2

Variable Selection

76 words
1 min read
Python Week 1: the first filter for runtime behavior
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

# Variable Selection ## 7.1 Selection Criteria Criterion Formula Lower is $C_p$ (Mallows) $C_p = \frac{SS_{res}(p)}{ \hat{\sigma}^2} - n + 2p$ Better (close to $p$ ) AIC $-2\ln(L) + 2p$ Better BIC $-2\ln(L) + p\ln(n)$ Better (penalizes complexity more) Adjusted $R^2$ $1 - \frac{SS_{res}/(n-p)}{SS_{tot}/(n-1)}$ Highe...

Variable Selection

7.1 Selection Criteria

CriterionFormulaLower is
CpC_p (Mallows)Cp=SSres(p)σ^2n+2pC_p = \frac{SS_{res}(p)}{ \hat{\sigma}^2} - n + 2pBetter (close to pp )
AIC2ln(L)+2p-2\ln(L) + 2pBetter
BIC2ln(L)+pln(n)-2\ln(L) + p\ln(n)Better (penalizes complexity more)
Adjusted R2R^21SSres/(np)SStot/(n1)1 - \frac{SS_{res}/(n-p)}{SS_{tot}/(n-1)}Higher is better

7.2 Selection Methods

Document outline

Keep your place and jump directly to a heading.

Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.