order_rgamma {orderstats} | R Documentation |
Gets random order statistics from a gamma distribution
Description
Gets random order statistics from a gamma distribution
Usage
order_rgamma(draw_size, shape, scale, k, n)
Arguments
draw_size |
- The size of the output sample |
shape |
- The shape parameter in the gamma distribution |
scale |
- The scale parameter in the gamma distribution |
k |
- The Kth smallest value from a sample |
n |
- The size of the sample to compute the order statistic from |
Value
A vector of random order statistic variables from a gamma distribution
Examples
order_rgamma(10, 20, 2, 100, 10000)
[Package orderstats version 0.1.0 Index]