Click or drag to resize

MultivariateRegressionNumberOfSpectralResiduals Property

This returns the number of spectral residuals. This is normally 1, but for the PLS1 analyis, it is the NumberOfY.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual int NumberOfSpectralResiduals { get; }

Property Value

Int32
See Also