order_probs: Gets order statistics from a 0-1 uniform distribution

Description Usage Arguments Value References

View source: R/order_stats.R

Description

Gets order statistics from a 0-1 uniform distribution

Usage

1
order_probs(draw_size, k, n)

Arguments

draw_size

- The size of the output sample

k

- The Kth smallest value from a sample

n

- The size the sample to compute the order statistic from

Value

A vector of random order statistic variables from a 0-1 uniform distribution

References

Gentle, James E. (2009), Computational Statistics, Springer, p. 63, ISBN 9780387981444


orderstats documentation built on May 2, 2019, 1:47 p.m.