CorrelationMatching1DNormalize Method |
Normalizes the provided window values according to the specified normalization flags.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static void Normalize(
double[] y,
int count,
double sy,
double syy,
CorrelationMatching1DNormalizationMethod normalization
)
Parameters
- y Double
- The window values to normalize (in-place).
- count Int32
- The number of values in the window.
- sy Double
- The sum of the window values.
- syy Double
- The sum of squares of the window values.
- normalization CorrelationMatching1DNormalizationMethod
- The normalization flags to apply.
See Also