powered by
Gets random order statistics from an exponential distribution
order_rexp(draw_size, rate, k, n)
- The size of the output sample
- The shape parameter in the exponential 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 an exponential distribution
order_rexp(10, 0.005, 100, 10000)
Run the code above in your browser using DataLab