Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 872 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 872 Bytes

My implementation of regression models

This is the implementation of the five regression methods Least Square (LS), Regularized Least Square (RLS), LASSO, Robust Regression (RR) and Bayesian Regression (BR). We use simple. We use simulated data as shown in figure below. The red line is the true function and the black dot is the simulated data points.