order_rcauchy: Gets random order statistics from a cauchy distribution

Description Usage Arguments Value Examples

Description

Gets random order statistics from a cauchy distribution

Usage

1
order_rcauchy(draw_size = 1, location = 0, scale = 1, k = 1, n = 1)

Arguments

draw_size

- The size of the output sample

location

- The location parameter in the cauchy distribution

scale

- The scale parameter in the cauchy 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 cauchy distribution

Examples

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

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