Linear Fitting

droppy.linearfits.fit_line(points, order=1)

Returns the set of coefficients of the form y = Σ a[i]*x**i for i = 0 .. order using np.linalg