peck | R Documentation |
Density, distribution function, quantile function and random generation for the Easily Changeable Kurtosis Distribution with parameters a and p.
peck(x, a, p)
x |
-a<x<a for -1<p<0 or -a<=x<=a for p>=1 |
a |
positive scale parameter |
p |
shape parameter: p>-1 |
Probability density function see formula (1) or (3) in the article Cumulative distribution function see formula (4) Quantile functon see formula (20) Random number generator see formula (41)
The function returns the value of the cumulative distribution function for the Easily Changeable Kurtosis Distribution.
Piotr Sulewski, piotr.sulewski@upsl.edu.pl, Pomeranian UNiwersity in Slupsk.
Sulewski, P. (2022). Easily Changeable Kurtosis Distribution. Austrian Journal of Statistics 52, 1-24.
deck(1,2,3)
peck(1,2,3)
qeck(0.5,2,3)
reck(10,2,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.