computes cumulative probabilities for the sample median.
PROBMED
where
|
n |
is the sample size. |
|
x |
is the point of interest; that is, the PROBMED function calculates the probability that the median is less than or equal to x. |
The PROBMED function computes the probability that the sample median is less than or equal to x for a sample of n independent, standard normal random variables (mean 0, variance 1).
Let n represent the sample size and
represent the ith order statistic. Then, when n is odd, the function calculates
|
|
where
|
|
and B
, where
is the gamma function. If n is even, the PROBMED function calculates
|
|
|
|
where B
and
and
are the standard normal cumulative distribution function and density function, respectively.
For more information, refer to David (1981).