Click or drag to resize

FitElementGetDependentVariableTransformation Method

Gets the transformation for the ith dependent variable output of the fit function.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IDoubleToDoubleTransformation? GetDependentVariableTransformation(
	int i
)

Parameters

i  Int32
The index of the dependent variable.

Return Value

IDoubleToDoubleTransformation
The transformation for the ith dependent variable output of the fit function.
See Also