sSLL {AmoudSurv}R Documentation

Sine-Log-logistic (SLL) Survivor Function.

Description

Sine-Log-logistic (SLL) Survivor Function.

Usage

sSLL(t, alpha, beta)

Arguments

t

: positive argument

alpha

: scale parameter

beta

: shape parameter

Value

the value of the SLL Survivor function

Author(s)

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

References

Souza, L., Junior, W., De Brito, C., Chesneau, C., Ferreira, T., & Soares, L. (2019). On the Sin-G class of distributions: theory, model and application. Journal of Mathematical Modeling, 7(3), 357-379.

Examples

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

[Package AmoudSurv version 0.1.0 Index]