Click or drag to resize

LevMarAdapterNumberOfData Property

Number of total valid data points (y-values) of the fit ensemble. This is the array size you will need to store the fitting functions output.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int NumberOfData { get; }

Property Value

Int32
See Also