Click or drag to resize

StatQueueOrderStatistic Method

Get the order statistic of the observed data. http://en.wikipedia.org/wiki/Order_statistic

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

Parameters

order
Type: SystemInt32
Rank of desired order statistic.

Return Value

Type: Double
Order's statistic value.
See Also