Click or drag to resize

StatAccumulatorQuantile Method

Returns quantile estimation. http://en.wikipedia.org/wiki/Quantile

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

Parameters

quantile
Type: SystemDouble
Quantile level. Value from [0..1] inclusive.

Return Value

Type: Double
The quantile estimation.
See Also