Exponential Family

Gist

Explains why we have the Generalized linear models (GLM) at all.

Definition

Any probability distribution whose density can be written as:

f(y|θ)=expyθbθϕ+c(y,ϕ,w)

where:

Members

  1. Normal Distribution
  2. Exponential Distribution
  3. Binomial Distribution
  4. Poisson Distributions

Uses

Explains why we can use these probability distributions for the Generalized linear models (GLM)