powered by
Compute the parameters shape and scale for Weibull distribution given the mean, standard deviation and location.
weibullpar(mu, sigma, loc = 0)
the mean of weibull distribution.
the standard deviation of weibull distribution.
the location parameter of weibull distribution defaulting to 0.
0
A data frame containing three parameters, which are, in order, shape, scale, and location.
weibullparinv for computing mean and standard deviation from the parameters shape, scale and location.
weibullparinv
# NOT RUN { weibullpar(2, 1.2) weibullpar(2, 1.2, 1) # }
Run the code above in your browser using DataLab