| 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
Syntaxpublic double OrderStatistic(
	int order
)
Parameters
- order
- Type: SystemInt32
 Rank of desired order statistic.
Return Value
Type: 
DoubleOrder's statistic value.
 See Also
See Also