Click or drag to resize

SpectralPreprocessingOptionsEnsembleMeanAfterProcessing Property

Gets a value indicating whether the ensemble mean should be taken after spectral preprocessing.

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

Property Value

Boolean
if the ensemble mean should be subtracted after preprocessing (usually the case).
Remarks
This is the normal case. Only in case of MultiplicativeScatteringCorrection the ensemble mean is taken by the preprocessing method itself, so that it is unnecessary to do it again after processing.
See Also