Click or drag to resize

CorrelationMatching1DNormalizationMethod Enumeration

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

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
[FlagsAttribute]
public enum NormalizationMethod
Members
Member nameValueDescription
Mean1 Subtract the mean value of the window values.
Variance2 Divide the window values by the standard deviation of the window values.
See Also