Click or drag to resize

DistributionGetApproximatedQuantile Method

Get linearly approximated 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 GetApproximatedQuantile(
	double q
)

Parameters

q
Type: SystemDouble
Level of quantile.

Return Value

Type: Double
Linearly approximated quantile approximation for specified quantile level.
See Also