Click or drag to resize

SpectralPreprocessingOptionsEnsembleScale Property

Gets or sets a value indicating whether 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.3448.0 (4.8.3448.0)
Syntax
C#
public bool EnsembleScale { get; set; }

Property Value

Boolean
if ensemble scaling is used; otherwise, .
See Also