FitElementGetDependentVariableNameWithTransformation Method |
Gets the dependent variable name, and if a transformation is applied, the representation of this transformation as a function.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string GetDependentVariableNameWithTransformation(
int i
)
Parameters
- i Int32
- The index of the dependent variable.
Return Value
StringThe dependent variable name, and if a transformation is applied, the representation of this transformation as a function.
See Also