smpl.fit
Simplified Fitting.
Uses scipy.curve_fit (no x errors) or scipy.odr (with x errors).
Functions
|
Chi2 - Goodness of Fit |
|
R2 - Coefficient of determination |
|
Automatically loop over functions and fit the best one. |
|
Split data + errors |
|
Returns a fit of |
|
Set default |
|
Splits datax and datay into (x,y,xerr,yerr). |
Classes
|
Different implementations to perform a fit. |