powered by
Gets random order statistics from a normal distribution
order_rnorm(draw_size = 1, mean = 0, sd = 1, k = 1, n = 1)
- The size of the output sample
- The mean of the normal distribution
- The standard deviation of the normal distribution
- The Kth smallest value from a sample
- The size of the sample to compute the order statistic from
A vector of random order statistic variables from a normal distribution
order_rnorm(10, 0, 1, 100, 10000)
Run the code above in your browser using DataLab