Learn R Programming

GEC (version 0.1.0)

cdf_eigp: The cumulative distribution function of EIGP.

Description

cdf_eigp

Usage

cdf_eigp(theta, eta, data)

Value

Return the cumulative probability of EIGP at the specific location.

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.

Examples

Run this code
cdf_eigp(1,2,5)

Run the code above in your browser using DataLab