Quiz 2

Generalized Linear Models (GLM)

93 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

# Generalized Linear Models (GLM) ## 8.1 Components of a GLM 1. **Random component:** Distribution of $y$ (exponential family) 2.

Generalized Linear Models (GLM)

8.1 Components of a GLM

  1. Random component: Distribution of yy (exponential family)
  2. Systematic component: Linear predictor η=Xβ\eta = \mathbf{X}\boldsymbol{\beta}
  3. Link function: g(μ)=ηg(\mu) = \eta where μ=E[y]\mu = E[y]

8.2 Logistic Regression

For binary yy: log(p1p)=β0+β1x1++βkxk\log\left(\frac{p}{1-p}\right) = \beta_0 + \beta_1 x_1 + \cdots + \beta_k x_k Interpretation: eβje^{\beta_j} = odds ratio for a one-unit increase in xjx_j.

8.3 Poisson Regression

For count yy: log(λ)=β0+β1x1++βkxk\log(\lambda) = \beta_0 + \beta_1 x_1 + \cdots + \beta_k x_k where yPois(λ)y \sim \text{Pois}(\lambda). Join Discord PreviousVariable SelectionNextLogistic Regression
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.