powered by
Exponentiated Weibull (EW) Cumulative Distribution Function.
pexpweibull(t, lambda, kappa, alpha, log.p = FALSE)
: positive argument
: scale parameter
: shape parameter
:log scale (TRUE or FALSE)
the value of the EW cumulative distribution function
# NOT RUN { t=runif(10,min=0,max=1) pexpweibull(t=t, lambda=0.65,kappa=0.45, alpha=0.25, log.p=FALSE) # }
Run the code above in your browser using DataLab