Click or drag to resize

PeakFinderCWTScoreAtPercentile Method

[Missing <summary> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinderCWT.ScoreAtPercentile(System.Collections.Generic.List{System.Double},System.Double)"]


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

Parameters

arr  ListDouble

[Missing <param name="arr"/> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinderCWT.ScoreAtPercentile(System.Collections.Generic.List{System.Double},System.Double)"]

percentile  Double

[Missing <param name="percentile"/> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinderCWT.ScoreAtPercentile(System.Collections.Generic.List{System.Double},System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinderCWT.ScoreAtPercentile(System.Collections.Generic.List{System.Double},System.Double)"]

See Also