rpgunif: A random number generator for the p-generalized uniform...

Description Usage Arguments Value Author(s) References Examples

View source: R/rpgunif.R

Description

The function simulates the bivariate, p-generalized uniform distribution on the p-generalized unit circle.

Usage

1
rpgunif(n,p)

Arguments

n

The natural number of random vectors to be simulated.

p

A positive number expressing the form parameter of the distribution. The default is 2.

Value

A real n \times 2 matrix.

Author(s)

Steve Kalke

References

S. Kalke and W.-D. Richter (2013)."Simulation of the p-generalized Gaussian distribution." Journal of Statistical Computation and Simulation. Volume 83. Issue 4.

Examples

1
y<-rpgunif(10000,3)

pgnorm documentation built on May 1, 2019, 7:55 p.m.