|
__init__(self,
key,
depVarKey,
calcKey,
indVarValue,
depVarMeasurement,
depVarSigma,
exptKey) |
source code
|
|
|
|
|
GetValue(self,
predictions,
internalVars,
params)
The value of the residual give a current set of parameters and
resulting predictions. |
source code
|
|
|
dp(self,
predictions,
internalVars,
params)
Partial derivative of the residual with respect to any parameters. |
source code
|
|
|
dy(self,
predictions,
internalVars,
params)
Partial derivative of the residual with respect to any calculated
variables. |
source code
|
|
|
dintVars(self,
predictions,
internalVars,
params)
Partial derivative of the residual with respect to any internal
variables. |
source code
|
|
Inherited from Residual :
Dp ,
GetKey
|