Click or drag to resize

SpectralPreprocessingOptionsEnsembleScale Property

Sets up if the spectral ensemble should be scaled so that each spectral slot (wavelength) has a variance of 1 over the ensemble of spectra.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool EnsembleScale { get; set; }

Property Value

Boolean
True if ensemble scale is used. False otherwise.
See Also