FitElementGetDependentVariableTransformation Method |
Gets the transformation for the ith dependent variable output of the fit function.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IDoubleToDoubleTransformation? GetDependentVariableTransformation(
int i
)
Parameters
- i Int32
- The index of the dependent variable.
Return Value
IDoubleToDoubleTransformationThe transformation for the ith dependent variable output of the fit function.
See Also