DistributionListenerGetQuantile Method |
Get estimation of distribution's Quantile
http://en.wikipedia.org/wiki/Quantile
Namespace:
FinAnalysis.Listeners
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public DistributionListenerDistributionEntry GetQuantile(
double q
)
Parameters
- q
- Type: SystemDouble
Level of quantile.
Return Value
Type:
DistributionListenerDistributionEntry Pair of data and date for specified quantile level.
See Also