weibullpar {mixdist} | R Documentation |
Compute the parameters shape and scale for Weibull distribution given the mean, standard deviation and location.
weibullpar(mu, sigma, loc = 0)
mu |
the mean of weibull distribution. |
sigma |
the standard deviation of weibull distribution. |
loc |
the location parameter of weibull distribution defaulting to |
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.
weibullpar(2, 1.2)
weibullpar(2, 1.2, 1)