> For the complete documentation index, see [llms.txt](https://katt.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://katt.gitbook.io/wiki/math/linear-regression.md).

# Linear Regressions

Mx+B is the way to be

This is pretty much the most basic model ever. It involves fitting a line to a continuous output, given a number of factors and a starting point.
