Click or drag to resize

DistributionGetQuantile Method

Get estimation of distribution's Quantile http://en.wikipedia.org/wiki/Quantile

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

Parameters

q
Type: SystemDouble
Level of quantile.

Return Value

Type: Double
Value for specified level.
See Also