Click or drag to resize

DistributionGetOrderStatistic Method

Get Order Statistic of stored set. http://en.wikipedia.org/wiki/Order_statistic

Namespace:  FinAnalysis.TA
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public double GetOrderStatistic(
	int order
)

Parameters

order
Type: SystemInt32
Order Statistic index.

Return Value

Type: Double
Value for specified order.
See Also