This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-fitdistrplus/badges/latest-version.svg)](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]]