Overload List

  NameDescription
OneVariableFunctionFitter(NMathFunctions..::.GeneralizedDoubleUnaryFunction)
Constructs a OneVariableFunctionFitter instance with the given generalized function.
OneVariableFunctionFitter(NMathFunctions..::.GeneralizedDoubleUnaryFunction, INonlinearLeastSqMinimizer)
Constructs a OneVariableFunctionFitter instance with the given generalized function and minimizer.
OneVariableFunctionFitter(NMathFunctions..::.GeneralizedDoubleUnaryFunction, array<NMathFunctions..::.GeneralizedDoubleUnaryFunction>[]()[])
Constructs a OneVariableFunctionFitter instance with the given generalized function and array of partial derivatives.
OneVariableFunctionFitter(NMathFunctions..::.GeneralizedDoubleUnaryFunction, array<NMathFunctions..::.GeneralizedDoubleUnaryFunction>[]()[], INonlinearLeastSqMinimizer)
Constructs a OneVariableFunctionFitter instance with the given generalized function, array of partial derivatives, and minimizer.

See Also