Efficiently Generates Random Order Statistic Variables
Gets order statistics from a 0-1 uniform distribution
Gets random order statistics from a cauchy distribution
Gets random order statistics from a chi-square distribution
Gets random order statistics from an exponential distribution
Gets random order statistics from a gamma distribution
Gets random order statistics from a logistic distribution
Gets random order statistics from a normal distribution
All the methods in this package generate a vector of uniform order statistics using a beta distribution and use an inverse cumulative distribution function for some distribution to give a vector of random order statistic variables for some distribution. This is much more efficient than using a loop since it is directly sampling from the order statistic distribution.