Package PyDSTool :: Package Toolbox :: Module ModelEst :: Class ModelEst
[hide private]
[frames] | no frames]

Class ModelEst

source code

    object --+    
             |    
common.Utility --+
                 |
                ModelEst

General-purpose model estimation class.

Instance Methods [hide private]
 
__init__(self, **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
fit(self, name, free_pars, parest=None)
Fit an individual candidate model in its context, peforming parameter optimization on the given free parameters.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _needKeys = ['manager', 'context']
  _optionalKeys = ['libraries', 'verboselevel']
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)