Learn R Programming

AmoudSurv (version 0.1.0)

pEW: Exponentiated Weibull (EW) Cumulative Distribution Function.

Description

Exponentiated Weibull (EW) Cumulative Distribution Function.

Usage

pEW(t, lambda, kappa, alpha, log.p = FALSE)

Value

the value of the EW cumulative distribution function

Arguments

t

: positive argument

lambda

: scale parameter

kappa

: shape parameter

alpha

: shape parameter

log.p

:log scale (TRUE or FALSE)

Author

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

Examples

Run this code
t=runif(10,min=0,max=1)
pEW(t=t, lambda=0.65,kappa=0.45, alpha=0.25, log.p=FALSE)

Run the code above in your browser using DataLab