Click or drag to resize

CorrelationMatching1DNormalizationMethod Enumeration

Designates the normalization method for the points in the windows, just before the correlation value was evaluated.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[FlagsAttribute]
public enum NormalizationMethod
Members
Member nameValueDescription
Mean1 From the window values, the mean value of the window values is subtracted.
Variance2 The window values are divided by the variance of the window values.
See Also