/myRegression-Python

This is the implementation of the five regression methods Least Square (LS), Regularized Least Square (RLS), LASSO, Robust Regression (RR) and Bayesian Regression (BR).

Primary LanguagePythonMIT LicenseMIT

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.