rpgangular | R Documentation |
The function simulates the univariate angular distribution corresponding to the p
-generalized uniform distribution on the p
-generalized unit circle.
rpgangular(n,p)
n |
The natural number of random variables to be simulated. |
p |
A positive number expressing the form parameter of the distribution. The default is 2. |
An n
-dimensional, real vector.
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<-rpgangular(10000,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.