Description Usage Arguments Value Examples
Gets random order statistics from a chi-square distribution
1 | order_rchisq(draw_size, df, k, n)
|
draw_size |
- The size of the output sample |
df |
- The degrees of the chi-square distribution |
k |
- The Kth smallest value from a sample |
n |
- The size of the sample to compute the order statistic from |
A vector of random order statistic variables from a chi-square distribution
1 | order_rchisq(10, 1, 100, 10000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.