Skip to content

❗ This is a read-only mirror of the CRAN R package repository. rriskDistributions — Fitting Distributions to Given Data or Known Quantiles. Homepage: http://www.bfr.bund.de/cd/52158

Notifications You must be signed in to change notification settings

cran/rriskDistributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rriskDistributions

CRAN_Status_Badge travis_build_badge_for_dev_branch

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):

diagnostic plots

Updating to the latest version of rriskDistributions

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")

Authors

  • Natalia Belgorodski (STAT-UP Statistical Consulting)
  • Matthias Greiner (Federal Institute for Risk Assessment, Germany)
  • Kristin Tolksdorf (Federal Institute for Risk Assessment, Germany)
  • Katharina Schueller (STAT-UP Statistical Consulting)

With contributions from

  • Lutz Göhring (Lutz Göhring Consulting)
  • Matthias Flor (Federal Institute for Risk Assessment, Germany)

About

❗ This is a read-only mirror of the CRAN R package repository. rriskDistributions — Fitting Distributions to Given Data or Known Quantiles. Homepage: http://www.bfr.bund.de/cd/52158

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages