Click or drag to resize

DynamicParameterEstimation_scaledY Field

Array of y-values necessary for back-substitution. This is a copy of the input y vector only for the elements _startingPoint..end.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected Vector<double>? _scaledY

Field Value

VectorDouble
See Also