Click or drag to resize

PCRCalibrationModelCrossProduct Property

Gets or sets the cross-product vector (singular values) used by the PCR model.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IReadOnlyList<double> CrossProduct { get; set; }

Property Value

IReadOnlyListDouble
See Also