Click or drag to resize

GlobalCurveFitterParameterizedFunction Property

Gets the parameterized fitting function to fit to the multiple datasets.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Func<DoubleVector, double, double> ParameterizedFunction { get; }

Property Value

FuncDoubleVector, Double, Double
See Also