Is there any function in R that fit all statistical distributions, and choose best fit based on log-likelihood and Kolmogorov-Smirnov D (KSD) statistic?
Like a software named, EasyFit
|
Is there any function in R that fit all statistical distributions, and choose best fit based on log-likelihood and Kolmogorov-Smirnov D (KSD) statistic? Like a software named, EasyFit |
||||
| show 5 more comments |
|
For a normal distribution Bill Heavlin has a method for constructing confidence intervals for Cpk. I discuss it in my book and compare it to my bootstrap confidence intervals for my example. |
|||||||
|
?ecdf(a joke, but only in part; I'm sure others will explain...) – Aaron Jul 14 '12 at 18:33Rcommandsfitdistrandks.testdo this for some distributions. Fitting all the distributions is 'pretty much' impossible. – user10525 Jul 14 '12 at 18:35