Constructs a MultiVariableFunctionFitter instance with the given generalized function, array of partial
derivatives, and minimizer.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public MultiVariableFunctionFitter( NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction f, NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction[] df, INonlinearLeastSqMinimizer minimizer ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ f As NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction, _ df As NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction(), _ minimizer As INonlinearLeastSqMinimizer _ ) |
| Visual C++ |
|---|
public: MultiVariableFunctionFitter( NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction^ f, array<NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction^>^ df, INonlinearLeastSqMinimizer^ minimizer ) |
Parameters
- f
- Type: CenterSpace.NMath.Core..::.NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction
The generalized function to fit.
- df
- Type: array<
CenterSpace.NMath.Core..::.NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction
>[]()[]
An array of partial derivatives for f.
- minimizer
- Type: CenterSpace.NMath.Analysis..::.INonlinearLeastSqMinimizer
The function minimizer to use.