ppgnorm {pgnorm} | R Documentation |
A function to evaluate the
-generalized normal cdf
Description
The function evaluates the cdf of the univariate -generalized normal distribution according to the density
where and
.
Usage
ppgnorm(y, p, mean, sigma)
Arguments
y |
A real number, the argument of the function. |
p |
A positive number expressing the form parameter of the distribution. The default is 2. |
mean |
A real number expressing the expectation of the distribution. The default is 0. |
sigma |
A positive number expressing the standard deviation of the distribution. The default is |
Value
A real number.
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
y<-ppgnorm(2,p=3)
[Package pgnorm version 2.0 Index]