Click or drag to resize

MergingDigestQuantile Method

Returns an estimate of the cutoff such that a specified fraction of the data added to this TDigest would be less than or equal to the cutoff.

Namespace:  FinAnalysis.Histogram
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public double Quantile(
	double q
)

Parameters

q
Type: SystemDouble
The desired fraction. Value from [0..1] inclusive.

Return Value

Type: Double
The value x such that Cdf(x) == q
See Also