FitFunctionCreatorAttribute(String, String, Int32, Int32, Int32) Constructor |
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic FitFunctionCreatorAttribute(
string name,
string category,
int numIndependentVariables,
int numDependentVariables,
int numParameters
)
Parameters
- name String
- The display name of the fit function.
- category String
- The category used to group the fit function.
- numIndependentVariables Int32
- The number of independent variables.
- numDependentVariables Int32
- The number of dependent variables.
- numParameters Int32
- The number of parameters.
See Also