Click or drag to resize

FitElementFitFunctionEvaluate(Double, Double, Double) Method

Evaluates the fit function values and transforms them according to the transformations set.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void FitFunctionEvaluate(
	double[] independent,
	double[] parameters,
	double[] FV
)

Parameters

independent  Double
The independent.
parameters  Double
The parameters.
FV  Double
The fv.

Return Value

See Also