hazard_eigp: The hazard function of EIGP.

View source: R/GEC_features.R

hazard_eigpR Documentation

The hazard function of EIGP.

Description

hazard_eigp

Usage

hazard_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 hazard of EIGP at the specific location.

Examples

hazard_eigp(1,2,5)
plot(hazard_eep(2,1,seq(0.01,100,by=0.01)))

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

Related to hazard_eigp in GEC...