Wirawan Purwanto
|
6333d20d67
|
* wpylib.math.fitting.stochastic: Added plot_curve_errorbar.
|
10 years ago |
Wirawan Purwanto
|
70ae2812c3
|
* wpylib.math.fitting.fit_func_base: changed default fitting method to leastsq.
|
10 years ago |
Wirawan Purwanto
|
a244c49256
|
* Bug fixes and documentation update.
|
10 years ago |
Wirawan Purwanto
|
64691c0425
|
* Change to new way to obtain the 'C' fitting parameters.
|
10 years ago |
Wirawan Purwanto
|
78c638a371
|
* Bug fixes and documentation update.
|
10 years ago |
Wirawan Purwanto
|
39dddbd51d
|
* Added module: wpylib.math.fitting.stochastic.
NOTE: Only imported verbatimly from Cr2_analysis_cbs.py CVS rev 1.143.
|
10 years ago |
Wirawan Purwanto
|
e46fcec698
|
* Imported more recent function fitting facility from Cr2 project.
|
10 years ago |
Wirawan Purwanto
|
82a55b940a
|
* wpylib.math.fitting: Imported fit_func_base from Cr2 project.
* Added documentation on fitting methods.
|
10 years ago |
Wirawan Purwanto
|
4111dc2da7
|
* Moved Poly_base & friends to wpylib.math.fitting.funcs_poly.
|
10 years ago |
Wirawan Purwanto
|
04e78ade1d
|
* Added extra debugging statements.
|
11 years ago |
Wirawan Purwanto
|
b043fb3cdf
|
* fit_func: Added support for lmfit-based minimization.
Tested minimally in the Cr2_analysis_cbs.py workbench (routine:
Test_MC_FPTZ_20140206).
|
11 years ago |
Wirawan Purwanto
|
869aa91109
|
* fit_func(): Allow non-(numpy.ndarray) args for x, y, dy.
* Documentation update.
|
11 years ago |
Wirawan Purwanto
|
564d1f4364
|
* wpylib.math.fitting.fit_func: Added support for weight (or y uncertainty).
* For `leastsq' fit method, also introduced 'xerr' output (in outfmt=0)
as the error estimate of the fitted parameters.
|
11 years ago |
Wirawan Purwanto
|
37b0939671
|
* Documentation clarification.
|
11 years ago |
Wirawan Purwanto
|
1421cf3bc5
|
* wpylib.math.fitting.fit_func: Allow Guess argument to override
machine-generated guess.
* Add 'funcalls' data key to the leastsq complete output to conform to the
fmin-style output.
|
11 years ago |
Wirawan Purwanto
|
e485cabbe8
|
* wpylib.math.fitting.fit_func: Added optional Funct_hook argument to
be called (for debugging purposes) every time "the" Funct function
is called.
|
11 years ago |
Wirawan Purwanto
|
cdad14e034
|
* Added BFGS minimization.
|
11 years ago |
Wirawan Purwanto
|
9de8407dd9
|
* Added Test_3().
|
12 years ago |
Wirawan Purwanto
|
a0eb82ed2b
|
* Mute debug printing.
|
12 years ago |
Wirawan Purwanto
|
5b213b0ee7
|
* Little syntax optimization.
|
12 years ago |
Wirawan Purwanto
|
414643ecde
|
* Added testcase wpylib.math.fitting.linear.Test_2() against numpy.polyfit().
|
12 years ago |
Wirawan Purwanto
|
cb8124f699
|
* Provide uncertainty of both a and b fit parameters.
|
12 years ago |
Wirawan Purwanto
|
87763d6e57
|
* wpylib.math.fitting.linear: for linear fit methods.
First method: linregr2d_SZ() from Shiwei's email in 2006.
|
12 years ago |
Wirawan Purwanto
|
908a4e0682
|
* Rebase fit_result on result_base.
|
12 years ago |
Wirawan Purwanto
|
348c204699
|
* Change wpylib.math.fitting module from a file into a subdirectory.
|
12 years ago |