powered by
Fitting the Weibull distribution
fitweibull(starts, data)
List the estimated parameters of the distribution with standard errors and goodness-of-fit statistics.
A vector defining the starting values for the Nelder-Mead algorithm.
A vector containing the observations
dataweibull=rweibull(500,2,2) fitweibull(starts =c(2,2),data=dataweibull)
Run the code above in your browser using DataLab