ppower | R Documentation |
The ppower
returns the Cumulative Distribution Function at point x for
the Exponential Power distribution with parameters a
, b
and m
.
ppower(x, m = 0, a = 1, b = 2)
x |
(numeric) - value in the range |
m |
(numeric) - location parameter. Must be in the range |
a |
(numeric) - scale parameter. Must be in the range |
b |
(numeric) - shape parameter. Must be in the range |
The Exponential Power distribution (EP) is given by the function:
f(a,b) = \frac{1}{2a\Gamma(1+1/b)}e^{-|(x-m)/a|^b}, -\infty < x < \infty
.
where b
is a shape parameter, a
is a scale parameter, m
is a location parameter and \Gamma
represents the gamma function.
a vector containing the values for the probabilities.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.