IMSL C# Numerical Library

Ranks.ExpectedNormalOrderStatistic Method 

Returns the expected value of a normal order statistic.

public static double ExpectedNormalOrderStatistic(
   int i,
   int n
);

Parameters

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

Return Value

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

See Also

Ranks Class | Imsl.Stat Namespace