search for: cdfcomp

Displaying 3 results from an estimated 3 matches for "cdfcomp".

Did you mean: ccomp
2017 Feb 03
0
Announcing fitdistrplus 1.0-8
...help the fit of a parametric distribution to non-censored or censored data. The main new features in this release are few new topics in the FAQ vignette (https://cran.r-project.org/web/packages/fitdistrplus/vignettes/FAQ.html) and the now possible use of "ggplot2" in functions "cdfcomp", "denscomp", "qqcomp" and "ppcomp". We also created a new mailing list fitdist-users at listes.univ-lyon1.fr*//*at which you can send any question or comment regarding "fitdistrplus". Best regards, Marie Laure Delignette-Muller, Christophe Dutang a...
2017 Feb 03
0
Announcing fitdistrplus 1.0-8
...help the fit of a parametric distribution to non-censored or censored data. The main new features in this release are few new topics in the FAQ vignette (https://cran.r-project.org/web/packages/fitdistrplus/vignettes/FAQ.html) and the now possible use of "ggplot2" in functions "cdfcomp", "denscomp", "qqcomp" and "ppcomp". We also created a new mailing list fitdist-users at listes.univ-lyon1.fr*//*at which you can send any question or comment regarding "fitdistrplus". Best regards, Marie Laure Delignette-Muller, Christophe Dutang a...
2020 Oct 24
0
Fitting Mixed Distributions in the fitdistrplus package
...t;danishuni") x<- danishuni$Loss fgam<- fitdist(x,"gamma",lower=0) fpar<- fitdist(x,"pareto",start = list(shape=2,scale=2),lower=0) fmixgam<- fitdist(x,"mixgam",start = list(prob=1/2,shape1=1,scale1=1,shape2=1,scale2=1),lower=0) cdfcomp(list(fgam, fpar, fmixgam), xlogscale = TRUE) gofstat(list(fgam, fpar, fmixgam)) > > ---------- Forwarded message --------- > From: Charles Thuo <tcmuigai at gmail.com> > Date: Wed, Oct 21, 2020 at 12:03 AM > Subject: [R] Fitting Mixed Distributions in the fitdistrplus pack...