CHNGLL {AHSurv}R Documentation

New Generalized Log-logistic (GLL) cumulative hazard function.

Description

New Generalized Log-logistic (GLL) cumulative hazard function.

Usage

CHNGLL(t, kappa, alpha, eta, zeta)

Arguments

t

: positive argument

kappa

: scale parameter

alpha

: shape parameter

eta

: shape parameter

zeta

: shape parameter

Value

the value of the NGLL cumulative hazard function

Author(s)

Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Mutua Kilai, abdisalam.hassan@amoud.edu.so

References

Hassan Muse, A. A new generalized log-logistic distribution with increasing, decreasing, unimodal and bathtub-shaped hazard rates: properties and applications, in Proceedings of the Symmetry 2021 - The 3rd International Conference on Symmetry, 8–13 August 2021, MDPI: Basel, Switzerland, doi:10.3390/Symmetry2021-10765.

Examples

t=runif(10,min=0,max=1)
CHNGLL(t=t, kappa=0.5, alpha=0.35, eta=0.7, zeta=1.4)


[Package AHSurv version 0.1.0 Index]