Click or drag to resize

MultipleCurveFitFunctionParameterizedFunctions Property

Gets the list of parameterized functions. The ith parameterized function corresponds to the ith data set.

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

Property Value

IListFuncDoubleVector, Double, Double
See Also