cdf_eep {GEC}R Documentation

The cumulative distribution function of EEP.

Description

cdf_eep

Usage

cdf_eep(theta, eta, data)

Arguments

theta

The location parameter for the base distribution (eta = 1). The value needs to be positive.

eta

The exponent parameter. The value provided needs to be positive.

data

Observations.

Value

Return the cumulative probability of EEP at the specific location.

Examples

cdf_eep(1,2,5)

[Package GEC version 0.1.0 Index]