fit¶
Curve fitting¶
This module provides a library of curve fitting models, such as
exponential, Fourier series, polynomial, and power law models, for use
with scipy.optimize.curve_fit()
.
Weibull distribution models |
|
Exponential models |
|
Fourier series models |
|
Gaussian models |
|
Polynomial models |
|
Power models |