Chapter 19 The normal linear model

yt=β0+β1xt+εt

19.1 Assumptions of the linear model

  • Relationship between predictor x and predictand y is linear.

  • Both x and y are known, observed without error.

  • Errors have mean zero.

  • Errors are independent of each other.

  • Errors are uncorrelated with predictor variables xt.

Often, assume stronger additional conditions that errors are independent, identically normally distributed: for all t, εtN(0,σ2). for a constant σ2.

In compact vector and matrix notation, we may write:

Y=Xβ+ε εN(0,σ2IT) Readings: FPP, Section 7.1

19.2 Examples of the normal linear model