CRAN
GLDEX 2.0.0.5
Fitting Single and Mixture of Generalised Lambda Distributions (RS and FMKL) using Various Methods
Released Dec 26, 2016 by Steve Su
Dependencies
The fitting algorithms considered in this package have two major objectives. One is to provide a smoothing device to fit distributions to data using the weight and unweighted discretised approach based on the bin width of the histogram. The other is to provide a definitive fit to the data set using the maximum likelihood and quantile matching estimation. Other methods such as moment matching, starship method, L moment matching are also provided. Diagnostics on goodness of fit can be done via qqplots, KS-resample tests and comparing mean, variance, skewness and kurtosis of the data with the fitted distribution.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>GLDEX</artifactId> <version>2.0.0.5-b27</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:GLDEX')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- 085A-LowDiscrepancy-examples
- GLDEX.package-examples
- GLDfunctions-examples
- Lmoments-examples
- QUnif-examples
- digitsBase-examples
- fun.RMFMKL.hs-examples
- fun.RMFMKL.hs.nw-examples
- fun.RMFMKL.lm-examples
- fun.RMFMKL.ml-examples
- fun.RMFMKL.ml.m-examples
- fun.RMFMKL.mm-examples
- fun.RMFMKL.qs-examples
- fun.RPRS.hs-examples
- fun.RPRS.hs.nw-examples
- fun.RPRS.lm-examples
- fun.RPRS.ml-examples
- fun.RPRS.ml.m-examples
- fun.RPRS.mm-examples
- fun.RPRS.qs-examples
- fun.auto.bimodal.ml-examples
- fun.auto.bimodal.pml-examples
- fun.auto.bimodal.qs-examples
- fun.bimodal.fit.ml-examples
- fun.bimodal.fit.pml-examples
- fun.bimodal.init-examples
- fun.check.gld-examples
- fun.check.gld.multi-examples
- fun.class.regime.bi-examples
- fun.comp.moments.ml-examples
- fun.comp.moments.ml.2-examples
- fun.data.fit.hs-examples
- fun.data.fit.hs.nw-examples
- fun.data.fit.lm-examples
- fun.data.fit.ml-examples
- fun.data.fit.mm-examples
- fun.data.fit.qs-examples
- fun.diag.ks.g-examples
- fun.diag.ks.g.bimodal-examples
- fun.diag1-examples
- fun.diag2-examples
- fun.disc.estimation-examples
- fun.gen.qrn-examples
- fun.lm.theo.gld-examples
- fun.mApply-examples
- fun.minmax.check.gld-examples
- fun.moments.bimodal-examples
- fun.moments.r-examples
- fun.nclass.e-examples
- fun.plot.fit-examples
- fun.plot.fit.bm-examples
- fun.plot.many.gld-examples
- fun.rawmoments-examples
- fun.simu.bimodal-examples
- fun.theo.bi.mv.gld-examples
- fun.theo.mv.gld-examples
- fun.which.zero-examples
- fun.zero.omit-examples
- gl.check.lambda.alt-examples
- gl.check.lambda.alt1-examples
- histsu-examples
- is.inf-examples
- is.notinf-examples
- ks.gof-examples
- pretty.su-examples
- qqplot.gld-examples
- qqplot.gld.bi-examples
- skewnessandkurtosis-examples
- starship-examples
- starship.adaptivegrid-examples
- starship.obj-examples
- t1lmoments-examples
- which.na-examples