RanksExpectedNormalOrderStatistic Method |
Returns the expected value of a normal order statistic.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double ExpectedNormalOrderStatistic(
int i,
int n
)
Public Shared Function ExpectedNormalOrderStatistic (
i As Integer,
n As Integer
) As Double
public:
static double ExpectedNormalOrderStatistic(
int i,
int n
)
static member ExpectedNormalOrderStatistic :
i : int *
n : int -> float
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