cdf_eigp: The cumulative distribution function of EIGP.

View source: R/GEC_features.R

cdf_eigpR Documentation

The cumulative distribution function of EIGP.

Description

cdf_eigp

Usage

cdf_eigp(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 EIGP at the specific location.

Examples

cdf_eigp(1,2,5)

GEC documentation built on Oct. 24, 2023, 5:06 p.m.

Related to cdf_eigp in GEC...