Learn R Programming

GEC (version 0.1.0)

hazard_eep: The hazard function of EEP.

Description

hazard_eep

Usage

hazard_eep(theta, eta, data)

Value

Return the hazard of EEP 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
hazard_eep(2,1,5)
plot(hazard_eep(2,1,seq(0.01,100,by=0.01)))

Run the code above in your browser using DataLab