pTLL: Tangent-Log-logistic (TLL) Cumulative Distribution Function.

View source: R/Models.R

pTLLR Documentation

Tangent-Log-logistic (TLL) Cumulative Distribution Function.

Description

Tangent-Log-logistic (TLL) Cumulative Distribution Function.

Usage

pTLL(t, alpha, beta)

Arguments

t

: positive argument

alpha

: scale parameter

beta

: shape parameter

Value

the value of the TLL Cumulative Distribution function

Author(s)

Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so

Examples

t=runif(10,min=0,max=1)
pTLL(t=t, alpha=0.7, beta=0.5)


AmoudSurv documentation built on Sept. 8, 2022, 5:09 p.m.

Related to pTLL in AmoudSurv...