DynamicParameterEstimationMakeEstimation Method |
Calculates the dynamic parameter estimation.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void MakeEstimation(
IReadOnlyList<double>? x,
IReadOnlyList<double> y
)
Parameters
- x IReadOnlyListDouble
- Vector of x values ("input values"). This parameter can be null when numX was set to 0 (in this case only y values are taken into account).
- y IReadOnlyListDouble
- Vector of y values ("response values").
See Also