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.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool EnsembleMeanAfterProcessing { get; }
Property Value
BooleanTrue if ensemble mean should be subtracted after the preprocessing (usually the case).
See Also