Click or drag to resize

SpectralPreprocessingOptionsEnsembleMeanAfterProcessing Property

Indicates that the ensemble mean should be taken after the spectral preprocessing. This is the normal case. Only in case of MultipleScatteringCorrection the ensemble mean is taken by this method itself, so that it is unneccessary to do it again after the processing.

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

Property Value

Boolean
True if ensemble mean should be subtracted after the preprocessing (usually the case).
See Also