Learn R Programming

AHSurv (version 0.1.0)

dexpweibull: Exponentiated Weibull (EW) Probability Density Function.

Description

Exponentiated Weibull (EW) Probability Density Function.

Usage

dexpweibull(t, lambda, kappa, alpha, log = FALSE)

Arguments

t

: positive argument

lambda

: scale parameter

kappa

: shape parameter

alpha

: shape parameter

log

:log scale (TRUE or FALSE)

Value

the value of the EW probability density function

Examples

Run this code
# NOT RUN {
t=runif(10,min=0,max=1)
dexpweibull(t=t, lambda=0.6,kappa=0.5, alpha=0.45, log=FALSE)

# }

Run the code above in your browser using DataLab