shape
and scale
.mweibull(order, shape, scale = 1)
levweibull(limit, shape, scale = 1, order = 1)
mweibull
gives the $k$th raw moment and
levweibull
gives the $k$th moment of the limited loss
variable. Invalid arguments will result in return value NaN
, with a warning.
Weibull
for details on the Weibull distribution and
functions {d,p,q,r}weibull
.mweibull(2, 3, 4) - mweibull(1, 3, 4)^2
levweibull(10, 3, 4, order = 2)
Run the code above in your browser using DataLab