r-fitdistrplus
Fitting a parametric distribution from data
This package extends the fitdistr
function of the MASS package with several functions to help the fit of a parametric distribution to non-censored or censored data. Censored data may contain left-censored, right-censored and interval-censored values, with several lower and upper bounds. In addition to maximum likelihood estimation (MLE), the package provides moment matching (MME), quantile matching (QME) and maximum goodness-of-fit estimation (MGE) methods (available only for non-censored data). Weighted versions of MLE, MME and QME are available.
- Versions: 1.2-2
- Website: https://riskassessment.r-forge.r-project.org
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-fitdistrplus
as follows:
guix install r-fitdistrplus
Or install a particular version:
guix install r-fitdistrplus@1.2-2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-fitdistrplus about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-fitdistrplus'><img src='https://packages.guix.gnu.org/packages/r-fitdistrplus/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-fitdistrplus)
Example Org:
[[https://packages.guix.gnu.org/packages/r-fitdistrplus][https://packages.guix.gnu.org/packages/r-fitdistrplus/badges/latest-version.svg]]