Click or drag to resize

MultivariatePreprocessingModelXOfX Property

Gets the X axis values corresponding to the columns of the (unprocessed) spectral matrix.

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

Property Value

IReadOnlyListDouble

Implements

IMultivariatePreprocessingModelXOfX
See Also