The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
rriskDistributions is a collection of functions for
fitting distributions to given data or known quantiles.
The two main functions fit.perc() and
fit.cont() provide users a GUI that allows to choose a most
appropriate distribution without any knowledge of the R syntax. Note
that this package is part of the rrisk
project.
E.g., we can fit random data generated from a gamma distribution with
fit.cont():
res <- fit.cont(data2fit = rgamma(n = 37, shape = 4, rate = 0.08))This will open a new window where the user can inspect diagnostic
plots for a variety of possible distributions and then choose the
distribution she wants to continue working with (the chosen distribution
will be stored in the res variable):
You can track (and contribute to) development of
rriskDistributions at https://github.com/BfRstats/rriskDistributions. To
install it, run the following command (this requires the
devtools package):
devtools::install_github("BfRstats/rriskDistributions")With contributions from
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.