powered by
Exponentiated Weibull (EW) Probability Density Function.
dexpweibull(t, lambda, kappa, alpha, log = FALSE)
: positive argument
: scale parameter
: shape parameter
:log scale (TRUE or FALSE)
the value of the EW probability density function
# 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