weibullparinv {mixdist} | R Documentation |
Compute mean and standard deviation of weibull distribution given the values of shape, scale and location.
weibullparinv(shape, scale, loc = 0)
shape |
the shape parameter of weibull distribution. |
scale |
the scale parameter of weibull distribution. |
loc |
the location parameter of weibull distribution defaulting to 0. |
A data frame containing three parameters, which are, in order, mean, standard deviation and location.
weibullpar
for computing the parameters shape and scale
from mean and standard deviation.
weibullparinv(weibullpar(2, 1.2)$shape, weibullpar(2, 1.2)$scale)