Interactive plotting of hypothesis based on mouse clicks. Execute by
python lr.py
Plots of linear regression on Anscombe's quartet. Execute by
python anscombe.py
Live plotting of points by mouse clicks along with plotting of hyphothesis line and residuals. Regression line found using gradient descent method. Execute by
python gd.py


