daep {AEP} | R Documentation |
Computing the probability density function (pdf) of asymmetric exponential power (AEP) distribution.
Description
The pdf of AEP distribution given by
where ,
with
,
,
,
,
and
Usage
daep(x, alpha, sigma, mu, epsilon, log = FALSE)
Arguments
x |
Vector of observation of requested random realizations. |
alpha |
Tail thickness parameter. |
sigma |
Scale parameter. |
mu |
Location parameter. |
epsilon |
Skewness parameter. |
log |
If |
Details
The AEP distribution is a special case of asymmetric exponential power distribution studied by Dongming and Zinde-Walsh (2009) when . Also, note that if
, then the AEP distribution turns into a normal distribution with mean
and standard deviation
. When
, the AEP distribution is a slight variant of epsilon-skew-normal distribution introduced by Mudholkar and Huston (2001).
Value
Computed pdf of AEP distribution at points of vector .
Author(s)
Mahdi Teimouri
References
Z. Dongming and V. Zinde-Walsh, 2009. Properties and estimation of asymmetric exponential power distribution, Journal of Econometrics, 148(1), 86-99.
G. S. Mudholkar and A. D. Huston, 2001. The epsilon-skew-normal distribution for analyzing near-normal data, Journal of Statistical Planning and Inference, 83, 291-309.
Examples
daep(x = 2, alpha = 1.5, sigma = 1, mu = 0, epsilon = 0.5, log = FALSE)