Click or drag to resize

DynamicParameterEstimationMakeEstimation Method

Calculates the dynamic parameter estimation.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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