Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hunar4321/multiple-regression

A simple intuitive method for multiple regression
https://github.com/hunar4321/multiple-regression

linear-regression multiple-regression numpy regression

Last synced: 5 days ago
JSON representation

A simple intuitive method for multiple regression

Awesome Lists containing this project

README

        

![GitHub repo size](https://img.shields.io/github/repo-size/hunar4321/multiple-regression)
![GitHub](https://img.shields.io/github/license/hunar4321/multiple-regression)

# Recursive Least Squares by predicting errors
This is a simple intivitve operation to estimate least squares for multiple variables

Associated video tutorial is here: https://youtu.be/4vGaN1dTVhw

Inspired by the following post from the user: whuber (on stackexchange.com):
https://stats.stackexchange.com/q/166718

# Illustration: RLS Error Prediction

![](rls_figure.jpg)