Click or drag to resize
RanksExpectedNormalOrderStatistic Method
Returns the expected value of a normal order statistic.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double ExpectedNormalOrderStatistic(
	int i,
	int n
)

Parameters

i
Type: SystemInt32
A int which specifies the rank of the order statistic.
n
Type: SystemInt32
A int which specifies the sample size.

Return Value

Type: Double
A double, the expected value of the i-th order statistic in a sample of size n from the standard normal distribution.
See Also