rpgunif | R Documentation |
p
-generalized uniform distributionThe function simulates the bivariate, p
-generalized uniform distribution on the p
-generalized unit circle.
rpgunif(n,p)
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. |
A real n \times 2
matrix.
Steve Kalke
S. Kalke and W.-D. Richter (2013)."Simulation of the p-generalized Gaussian distribution." Journal of Statistical Computation and Simulation. Volume 83. Issue 4.
y<-rpgunif(10000,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.