Constructs a OneVariableFunctionFitter instance with the given generalized function.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public OneVariableFunctionFitter( NMathFunctions..::.GeneralizedDoubleUnaryFunction f ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ f As NMathFunctions..::.GeneralizedDoubleUnaryFunction _ ) |
| Visual C++ |
|---|
public: OneVariableFunctionFitter( NMathFunctions..::.GeneralizedDoubleUnaryFunction^ f ) |
Parameters
- f
- Type: CenterSpace.NMath.Core..::.NMathFunctions..::.GeneralizedDoubleUnaryFunction
The generalized function to fit.