This repository will ultimately contain implementations of the three most common regression algorithms in C#: simple, multivariate and quadratic.
Currently, only simple linear regression has been implemented, about which more information you can find here. For this implementation the Ordinary Least Squares (OLS) method is used.
Best fit line:
Intercept/bias:
Slope/weight:
Mean Squared Error (MSE):