Click or drag to resize

FitElementSetDependentVariableTransformation Method

Sets 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 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