FitFunctionCreatorAttribute(String, String, Int32, Int32, Int32, String) 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,
string? descriptionResource
)
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.
- descriptionResource String
-
An optional resource key that provides a localized description of the fit function.
See Also