paep {AEP} | R Documentation |
Computing the cumulative distribution function (cdf) of asymmetric exponential power (AEP) distribution.
Description
Computes the cdf of AEP distribution given by
FX(x∣Θ)=21−ϵ−2Γ(1+α1)1−ϵγ(∣∣σ(1−ϵ)μ−x∣∣α,α1), x<μ,
FX(x∣Θ)=21−ϵ+2Γ(1+α1)1+ϵγ(∣∣σ(1+ϵ)x−μ∣∣α,α1), x≥μ,
where −∞<x<+∞
, Θ=(α,σ,μ,ϵ)T
with 0<α≤2
, σ>0
, −∞<μ<∞
, and −1<ϵ<1
.
Usage
paep(x, alpha, sigma, mu, epsilon, log.p = FALSE, lower.tail = TRUE)
Arguments
x |
Vector of observations.
|
alpha |
Tail thickness parameter.
|
sigma |
Scale parameter.
|
mu |
Location parameter.
|
epsilon |
Skewness parameter.
|
log.p |
If TRUE , then log (FX(x∣Θ)) is returned.
|
lower.tail |
If FALSE , then 1−FX(x∣Θ) is returned.
|
Value
Computed cdf of AEP distribution at points of vector x
.
Author(s)
Mahdi Teimouri
Examples
paep(x = 2, alpha = 1.5, sigma = 1, mu = 0, epsilon = 0.5, log.p = FALSE, lower.tail = TRUE)
[Package
AEP version 0.1.4
Index]