๐Ÿ“ฆ jgardona / linalgebra

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/jgardona/linalgebra.git
HTTPS git clone https://github.com/jgardona/linalgebra.git
SSH git clone git@github.com:jgardona/linalgebra.git
CLI gh repo clone jgardona/linalgebra
jgardona jgardona first commit a09d051 2 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ plots
๐Ÿ“„ linalgebra.html
๐Ÿ“„ linalgebra.jl
๐Ÿ“„ Manifest.toml
๐Ÿ“„ Project.toml
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Least Squares

A simple least squares implementation on fake data

This notebook shows how to implement a simple list squares on number of courses by happiness in life relation. We plot the data and predictions, as well the residuals.

The notebook is available, as well a static html page version.