gof {bda} | R Documentation |
To perform goodness of fit test.
gof(x, dist, pars, method='ks')
x |
sample data. |
dist,pars |
Target population distribution type and parameters. |
method |
Two options: KS-test or Chi.square test. |
data(hhi) hmob <- binning(counts=hhi$mob, breaks=hhi$breaks) lmd5 <- fit.GLD.FMKL(hmob) gof(lmd5)