raep: Simulating realizations from the asymmetric exponential power...

View source: R/AEP.R

raepR 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)

AEP documentation built on Sept. 7, 2022, 5:06 p.m.

Related to raep in AEP...