rmoezipf: Random number generator.

Description Usage Arguments Value References Examples

View source: R/rmoezipf.R

Description

Generates random numbers from a MOEZipf distribution with fixed parameters α and β.

Usage

1
rmoezipf(n, alpha, beta)

Arguments

n

Number of random numbers to return.

alpha

Value of the α parameter (α > 1).

beta

Value of the β parameter (β > 0).

Value

Vector containing the n generated numbers.

References

Young, D. S. (2010). Tolerance: an R package for estimating tolerance intervals. Journal of Statistical Software, 36(5), 1-39.

Examples

1
rmoezipf(10, 2.5, 1.3)

moezipfR documentation built on May 2, 2019, 3:25 a.m.