QuickLinearArbitraryBaseRegression(ActionDouble, VectorDouble, NullableDouble) Constructor |
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic QuickLinearArbitraryBaseRegression(
Action<double, Vector<double>> calculateBase,
double?[] parametersFixed
)
Parameters
- calculateBase ActionDouble, VectorDouble
- An action that calculates the base functions. First argument is the x value. The second argument is a vector that will receive the base function values.
- parametersFixed NullableDouble
- Array of fixed parameters. For each element that has a value, the
parameter is considered fixed, and will not participate in the regression evaluation. The length of this array is the number of base functions.
See Also