---
jupytext:
  formats: md:myst
  text_representation:
    extension: .md
    format_name: myst
  name: python3
---

<!-- !split -->
(sec:LinearModels)=
# Linear models

```{epigraph}
> "As always in life, people want a simple answer; ... and it’s always wrong."

-- Susan Greenfield
```

In this chapter we will discuss models $\modeloutput$ that are linear in their parameters $\pars$. Although linear models are simple, they are sometimes useful for analyzing real-world data. 
