fitggamma {ERPeq} | R Documentation |
Fitting the generalized gamma distribution
fitggamma(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.
library(rmutil)
data=rggamma(500,2,2,2)
fitggamma(starts =c(1,1,1),data=data)