RidgeLineGetSignalToNoiseRatioAtMaximalCwtCoefficient Method | 
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic double GetSignalToNoiseRatioAtMaximalCwtCoefficient(
	double[] noiseLevels,
	int order
)
Parameters
- noiseLevels  Double
 - The noise levels along the x-axis. The array must have the same length than the length of the spectrum that was used to create the ridge line(s).
 - order  Int32
 - The order (must be at least 1). Number of points to the left and right of the designated maximum taken into consideration. See GetPointAtMaximalCwtCoefficient(Int32).
 
Return Value
DoubleThe signal-to-noise ratio at the point with the first maximum of the Cwt coefficient
See Also