| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
common.Utility --+
|
ParamEst --+
|
BoundMin
Bounded minimization parameter and initial condition optimizer for one-dimensional DS trajectories. Fits 1 parameter only.
Uses SciPy.optimize fminbound algorithm.
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Run parameter estimation. Returns a dictionary: 'success' -> boolean 'pars_sol' -> fitted values of pars 'pars_orig' -> original values of optimized pars 'sys_sol' -> trajectory of best fit Model trajectory 'alg_results' -> all other algorithm information (list)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Dec 2 23:44:22 2012 | http://epydoc.sourceforge.net |