Posts tagged with scipy

Linear regression in numpy and scipy

Note that there are multiple numpy/scipy functions that do regression, fitting, etc. Of these, scipy.stats.linregress fits a line and forces an intercept. Yo...