Learn R Programming

AEP (version 0.1.4)

raep: Simulating realizations from the asymmetric exponential power (AEP) distribution

Description

Simulates realizations from AEP distribution.

Usage

raep(n, alpha, sigma, mu, epsilon)

Value

A vector of length n, consists of the random generated values from AEP distribution.

Arguments

n

Number of requested realizations.

alpha

Tail thickness parameter.

sigma

Scale parameter.

mu

Location parameter.

epsilon

Skewness parameter.

Author

Mahdi Teimouri

Examples

Run this code
raep(n = 100, alpha = 1.5, sigma = 1, mu = 0, epsilon = 0.5)

Run the code above in your browser using DataLab