|
|
|
GetKey(self)
A unique (and hashable) identifier for 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
|
|
|
|
|
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
|
|
|
Dp(self,
predictions,
senspredictions,
internalVars,
internalVarsDerivs,
params)
Total derivatives with respect to all parameters of the residual. |
source code
|
|