powered by
To perform goodness of fit test.
gof.test(x, dist, pars, method='ks')
sample data.
Target population distribution type and parameters.
Two options: KS-test or Chi.square test.
# NOT RUN { data(hhi) hmob <- binning(counts=hhi$mob, breaks=hhi$breaks) lmd5 <- fit.GLD.FMKL(hmob) gof.test(lmd5) # }
Run the code above in your browser using DataLab