Click or drag to resize

FitElementFitFunctionEvaluate(IROMatrixDouble, IReadOnlyListDouble, IVectorDouble, IReadOnlyListBoolean) Method

Evaluates the fit function for the specified matrix of independent values.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void FitFunctionEvaluate(
	IROMatrix<double> independent,
	IReadOnlyList<double> parameters,
	IVector<double> FV,
	IReadOnlyList<bool>? dependentVariableChoice
)

Parameters

independent  IROMatrixDouble
The matrix of independent variable values.
parameters  IReadOnlyListDouble
The parameter values.
FV  IVectorDouble
The vector that receives the evaluated function values.
dependentVariableChoice  IReadOnlyListBoolean
The optional selection of dependent variables to evaluate.
See Also