order_rnorm: Gets random order statistics from a normal distribution

Description Usage Arguments Value Examples

Description

Gets random order statistics from a normal distribution

Usage

1
order_rnorm(draw_size = 1, mean = 0, sd = 1, k = 1, n = 1)

Arguments

draw_size

- The size of the output sample

mean

- The mean of the normal distribution

sd

- The standard deviation of the normal 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 normal distribution

Examples

1
order_rnorm(10, 0, 1, 100, 10000)

Example output

 [1] -2.336042 -2.354200 -2.270575 -2.337787 -2.304718 -2.317537 -2.270282
 [8] -2.319309 -2.289270 -2.374823

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