Click or drag to resize

DynamicParameterEstimationFillBacksubstitutionY Method

Fills the back-substitution array with data from the provided y vector.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected virtual void FillBacksubstitutionY(
	IReadOnlyList<double> y
)

Parameters

y  IReadOnlyListDouble
Vector of y values.
See Also