The Weibull (density) function is defined as h(x)=(kλ)(xλ)k−1e−(x/λ)k with k,λ∈(0,+∞).
weibull(k, lambda = 1)
The Weibull density function dweibull
with shape parameter k
and scale parameter lambda
, see dweibull
.
A C++ version of this function is available. See vignette('IBMPopSim_cpp')
for more details.