Package qubx :: Module fit :: Class HillCurveNorm
[hide private]
[frames] | no frames]

Class HillCurveNorm

source code

object --+        
         |        
 BaseCurve --+    
             |    
         Curve --+
                 |
                HillCurveNorm

Instance Methods [hide private]
 
__init__(self, eqn=None, locals={})
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from Curve: eval, pool_eval, set_vars, setup_f

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

Instance Variables [hide private]

Inherited from BaseCurve: can_fit, can_resample, expr, hi, lo, name, param_defaults, params, pool

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, eqn=None, locals={})
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • expr - either the right-hand-side of "y=whatever*stuff(x)", or a system of ODEs; see acceptODEs
  • allow_params - whether to look for undefined names and add them to self.params
  • allow_ode - whether to allow system of ODEs
Overrides: object.__init__
(inherited documentation)