Click or drag to resize

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.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string GetDependentVariableNameWithTransformation(
	int i
)

Parameters

i  Int32
The index of the dependent variable.

Return Value

String
The dependent variable name, and if a transformation is applied, the representation of this transformation as a function.
See Also