QuickLinearArbitraryBaseRegression(ActionDouble, VectorDouble, Int32) 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,
int numberOfBaseFunctions
)
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.
- numberOfBaseFunctions Int32
- The number of base functions.
See Also