order_probs {orderstats}R Documentation

Gets order statistics from a 0-1 uniform distribution

Description

Gets order statistics from a 0-1 uniform distribution

Usage

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


[Package orderstats version 0.1.0 Index]