Description Usage Arguments Details Value References Examples
bolshev.rec.vec
is a vectorized and unrolled implementation of the Bolshev recursion described in Shorack, Wellner (1986)
which can be utilized to calculate probabilities for order statistics of i.i.d. uniform random variables.
1 |
m |
matrix whose columns are p-values sorted in descending order |
Denote by U_1,\cdots,U_n n i.i.d. uniform random variables on [0,1]. Denote by U_{1:n},\cdots,U_{n:n} their order statistics.
Then the return value p
contains the probabilities
p[i,j] = P(\forall k=i,\cdots,n: m[n-k+1,j] ≤ U_{k:n})
matrix p containing the calculated probabilities
G. R. Shorack and J. A. Wellner (1986). Empirical Processes with Applications to Statistics
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.