Click or drag to resize

IFitFunctionEvaluate(Double, Double, Double) Method

This evaluates a function value.

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

Parameters

independent  Double
The independent variables.
parameters  Double
Parameters for evaluation.
FV  Double
On return, this array contains the one (or more) evaluated function values at the point (independent).
See Also