Click or drag to resize

DynamicParameterEstimationFillBacksubstitutionY Method

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

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

Parameters

y  IReadOnlyListDouble

[Missing <param name="y"/> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimation.FillBacksubstitutionY(System.Collections.Generic.IReadOnlyList{System.Double})"]

See Also