Package SloppyCell :: Module Residuals :: Class PeriodCheckResidual
[hide private]

Class PeriodCheckResidual

source code

Residual --+
           |
          PeriodCheckResidual

Instance Methods [hide private]
 
__init__(self, key, calcKey, depVarKey, indVarValue, depVarMeasurement, depVarSigma) source code
 
GetRequiredVarsByCalc(self)
The variables that need to be calculated to evaluate this residual.
source code
 
GetValue(self, predictions, internalVars, params)
The value of the residual give a current set of parameters and resulting predictions.
source code

Inherited from Residual: Dp, GetKey, dintVars, dp, dy

Method Details [hide private]

__init__(self, key, calcKey, depVarKey, indVarValue, depVarMeasurement, depVarSigma)
(Constructor)

source code 
Overrides: Residual.__init__

GetRequiredVarsByCalc(self)

source code 

The variables that need to be calculated to evaluate this residual.

Should return a nested dictionary of the form:
    {calc name: {dependent var name: [independent var values]}}

Overrides: Residual.GetRequiredVarsByCalc
(inherited documentation)

GetValue(self, predictions, internalVars, params)

source code 

The value of the residual give a current set of parameters and
resulting predictions.

Overrides: Residual.GetValue
(inherited documentation)