fitiweibull {ERPeq} | R Documentation |
Fitting the gamma distribution
fitiweibull(starts, data)
starts |
A vector defining the starting values for the Nelder-Mead algorithm. |
data |
A vector containing the observations |
List the estimated parameters of the distribution with standard errors and goodness-of-fit statistics.
set.seed(7)
data=rgamma(500,shape=1,scale=1)
fitiweibull(starts =c(0.5,0.5),data=data)