Click or drag to resize

PeakFinderCWTScoreAtPercentile Method

Calculates the value at a given percentile.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double ScoreAtPercentile(
	List<double> arr,
	double percentile
)

Parameters

arr  ListDouble
The data.
percentile  Double
The percentile (0..1).

Return Value

Double
The value at the requested percentile.
See Also