powered by
Compute mean and standard deviation of weibull distribution given the values of shape, scale and location.
weibullparinv(shape, scale, loc = 0)
the shape parameter of weibull distribution.
the scale parameter of weibull distribution.
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.
weibullpar
# NOT RUN { weibullparinv(weibullpar(2, 1.2)$shape, weibullpar(2, 1.2)$scale) # }
Run the code above in your browser using DataLab