Click or drag to resize

IMultivariatePreprocessingModelXMean Property

Gets the mean values of X used for centering during preprocessing.

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

Property Value

IReadOnlyListDouble
See Also