Click or drag to resize

MultivariatePreprocessingModelYMean Property

Gets the mean values of Y 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#
public IReadOnlyList<double> YMean { get; set; }

Property Value

IReadOnlyListDouble

Implements

IMultivariatePreprocessingModelYMean
See Also