Processing math: 100%

The Weibull (density) function is defined as h(x)=(kλ)(xλ)k1e(x/λ)k with k,λ(0,+).

weibull(k, lambda = 1)

Arguments

k

Shape parameter, a positive real number.

lambda

Scale parameter, a positive real number, defaults to 1.

Value

The Weibull density function dweibull with shape parameter k and scale parameter lambda, see dweibull.

Details

A C++ version of this function is available. See vignette('IBMPopSim_cpp') for more details.