raep {AEP} | R Documentation |
Simulating realizations from the asymmetric exponential power (AEP) distribution
Description
Simulates realizations from AEP distribution.
Usage
raep(n, alpha, sigma, mu, epsilon)
Arguments
n |
Number of requested realizations. |
alpha |
Tail thickness parameter. |
sigma |
Scale parameter. |
mu |
Location parameter. |
epsilon |
Skewness parameter. |
Value
A vector of length n
, consists of the random generated values from AEP distribution.
Author(s)
Mahdi Teimouri
Examples
raep(n = 100, alpha = 1.5, sigma = 1, mu = 0, epsilon = 0.5)
[Package AEP version 0.1.4 Index]