Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hunar4321/multiple-regression
- Owner: hunar4321
- Created: 2021-12-27T13:02:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T21:23:20.000Z (about 1 year ago)
- Last Synced: 2023-08-21T21:40:00.842Z (about 1 year ago)
- Topics: linear-regression, multiple-regression, numpy, regression
- Language: Jupyter Notebook
- Homepage: https://www.brainxyz.com/
- Size: 797 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 variablesAssociated 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)