CorrelationMatching1DNormalizationMethod Enumeration |
Designates the normalization method for the points in the correlation windows, just before the correlation value is evaluated.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax[FlagsAttribute]
public enum NormalizationMethod
Members| Member name | Value | Description |
|---|
| Mean | 1 |
Subtract the mean value of the window values.
|
| Variance | 2 |
Divide the window values by the standard deviation of the window values.
|
See Also