FitElementSetDependentVariableTransformation Method |
Sets the transformation for the ith dependent variable output of the fit function.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic void SetDependentVariableTransformation(
int i,
IDoubleToDoubleTransformation? val
)
Parameters
- i Int32
- The index of the dependent variable.
- val IDoubleToDoubleTransformation
- Transformation for the ith dependent variable output of the fit function.
See Also