fitdistrplus
Help to Fit of a Parametric Distribution to Non-Censored or Censored Data
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
2 of 10 committers (20.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.4%) to scientific vocabulary
Repository
Help to Fit of a Parametric Distribution to Non-Censored or Censored Data
Basic Info
- Host: GitHub
- Owner: lbbe-software
- Language: R
- Default Branch: master
- Homepage: https://lbbe-software.github.io/fitdistrplus/
- Size: 84.4 MB
Statistics
- Stars: 57
- Watchers: 6
- Forks: 10
- Open Issues: 1
- Releases: 9
Metadata Files
README.md
Help to Fit of a Parametric Distribution to Non-Censored or Censored Data 
fitdistrplus 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.
fitdistrplus allows to fit any probability distribution provided by the user and not restricted to base R distributions (see ?Distributions). We strongly encourage users to visit the CRAN task view
on Distributions proposed by Dutang, Kiener & Swihart (2024).
The package
The stable version of fitdistrplus can be installed from CRAN using:
r
install.packages("fitdistrplus")
The development version of fitdistrplus can be installed from GitHub (remotes needed):
```r
if (!requireNamespace("remotes", quietly = TRUE))
install.packages("remotes")
remotes::install_github("lbbe-software/fitdistrplus") ```
Finally load the package in your current R session with the following R command:
r
require("fitdistrplus")
Documentation
Four vignettes are attached to the fitdistrplus package. Two of them are for beginners
The last two vignettes deal with advanced topics
Authors & Contacts
Please read the FAQ before contacting authors
- Marie-Laure Delignette-Muller:
marielaure.delignettemuller<<@))vetagro-sup.fr - Christophe Dutang:
dutangc<<@))gmail.com - Aurélie Siberchicot:
aurelie.siberchicot<<@))univ-lyon1.fr
Issues can be reported on fitdistrplus-issues.
Citation
If you use fitdistrplus, you should cite:
Marie Laure Delignette-Muller, Christophe Dutang (2015).
fitdistrplus: An R Package for Fitting Distributions.
Journal of Statistical Software.
https://www.jstatsoft.org/article/view/v064i04
DOI 10.18637/jss.v064.i04.
Owner
- Name: lbbe-software
- Login: lbbe-software
- Kind: organization
- Location: France
- Repositories: 1
- Profile: https://github.com/lbbe-software
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "fitdistrplus",
"description": "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), maximum goodness-of-fit estimation (MGE) and maximum spacing estimation (MSE) methods (available only for non-censored data). Weighted versions of MLE, MME, QME and MSE are available. See e.g. Casella & Berger (2002), Statistical inference, Pacific Grove, for a general introduction to parametric estimation.",
"name": "fitdistrplus: Help to Fit of a Parametric Distribution to Non-Censored or Censored Data",
"relatedLink": [
"https://lbbe-software.github.io/fitdistrplus/",
"https://lbbe.univ-lyon1.fr/fr/fitdistrplus",
"https://CRAN.R-project.org/package=fitdistrplus"
],
"codeRepository": "https://github.com/lbbe-software/fitdistrplus",
"issueTracker": "https://github.com/lbbe-software/fitdistrplus/issues",
"license": "https://spdx.org/licenses/GPL-2.0",
"version": "1.2.3",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.3 (2025-02-28)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Marie-Laure",
"familyName": "Delignette-Muller",
"email": "marielaure.delignettemuller@vetagro-sup.fr",
"@id": "https://orcid.org/0000-0001-5453-3994"
},
{
"@type": "Person",
"givenName": "Christophe",
"familyName": "Dutang",
"email": "christophe.dutang@ensimag.fr",
"@id": "https://orcid.org/0000-0001-6732-1501"
},
{
"@type": "Person",
"givenName": "Aurlie",
"familyName": "Siberchicot",
"email": "aurelie.siberchicot@univ-lyon1.fr",
"@id": "https://orcid.org/0000-0002-7638-8318"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Regis",
"familyName": "Pouillot"
},
{
"@type": "Person",
"givenName": "Jean-Baptiste",
"familyName": "Denis"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Aurlie",
"familyName": "Siberchicot",
"email": "aurelie.siberchicot@univ-lyon1.fr",
"@id": "https://orcid.org/0000-0002-7638-8318"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "actuar",
"name": "actuar",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=actuar"
},
{
"@type": "SoftwareApplication",
"identifier": "rgenoud",
"name": "rgenoud",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rgenoud"
},
{
"@type": "SoftwareApplication",
"identifier": "mc2d",
"name": "mc2d",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=mc2d"
},
{
"@type": "SoftwareApplication",
"identifier": "gamlss.dist",
"name": "gamlss.dist",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=gamlss.dist"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
{
"@type": "SoftwareApplication",
"identifier": "GeneralizedHyperbolic",
"name": "GeneralizedHyperbolic",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=GeneralizedHyperbolic"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "Hmisc",
"name": "Hmisc",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=Hmisc"
},
{
"@type": "SoftwareApplication",
"identifier": "bookdown",
"name": "bookdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=bookdown"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5.0"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "MASS",
"name": "MASS",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=MASS"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "grDevices",
"name": "grDevices"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "survival",
"name": "survival",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=survival"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rlang"
},
"SystemRequirements": null
},
"fileSize": "1617.178KB",
"citation": [
{
"@type": "ScholarlyArticle",
"datePublished": "2015",
"author": [
{
"@type": "Person",
"givenName": [
"Marie",
"Laure"
],
"familyName": "Delignette-Muller"
},
{
"@type": "Person",
"givenName": "Christophe",
"familyName": "Dutang"
}
],
"name": "{fitdistrplus}: An {R} Package for Fitting Distributions",
"identifier": "10.18637/jss.v064.i04",
"pagination": "1--34",
"@id": "https://doi.org/10.18637/jss.v064.i04",
"sameAs": "https://doi.org/10.18637/jss.v064.i04",
"isPartOf": {
"@type": "PublicationIssue",
"issueNumber": "4",
"datePublished": "2015",
"isPartOf": {
"@type": [
"PublicationVolume",
"Periodical"
],
"volumeNumber": "64",
"name": "Journal of Statistical Software"
}
}
}
],
"releaseNotes": "https://github.com/lbbe-software/fitdistrplus/blob/main/NEWS.md",
"readme": "https://github.com/lbbe-software/fitdistrplus/blob/master/README.md",
"contIntegration": "https://github.com/lbbe-software/fitdistrplus/actions/workflows/R-CMD-check.yaml",
"developmentStatus": "https://www.repostatus.org/#active"
}
GitHub Events
Total
- Create event: 1
- Release event: 2
- Issues event: 7
- Watch event: 4
- Issue comment event: 14
- Push event: 41
- Pull request event: 2
Last Year
- Create event: 1
- Release event: 2
- Issues event: 7
- Watch event: 4
- Issue comment event: 14
- Push event: 41
- Pull request event: 2
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Christophe Dutang | d****c@g****m | 274 |
| Aurélie Siberchicot | a****t@u****r | 197 |
| Marie-Laure Delignette-Muller | m****r@v****r | 146 |
| Christophe DUTANG | c****g@m****r | 42 |
| Marie-Laure DELIGNETTE-MULLER | m****e | 25 |
| Daniel Angst | d****t@g****m | 1 |
| Michael Chirico | c****m@g****m | 1 |
| Regis Pouillot | r****t@y****r | 1 |
| konkam | k****m | 1 |
| olivroy | 5****y | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 5
- Total pull requests: 1
- Average time to close issues: 10 days
- Average time to close pull requests: about 2 hours
- Total issue authors: 5
- Total pull request authors: 1
- Average comments per issue: 2.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 1
- Average time to close issues: 21 days
- Average time to close pull requests: about 2 hours
- Issue authors: 3
- Pull request authors: 1
- Average comments per issue: 2.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- mablmabl (1)
- hectorsegal (1)
- paul-sheridan (1)
- acfrery (1)
- Eiim (1)
- anddis (1)
- jthaman (1)
- tungttnguyen (1)
- gmgeorg (1)
- ucb (1)
- seabbs (1)
- WendyMartin1 (1)
- thmild (1)
Pull Request Authors
- pveber (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 52,702 last-month
- Total docker downloads: 181,462
- Total dependent packages: 78
- Total dependent repositories: 138
- Total versions: 29
- Total maintainers: 1
cran.r-project.org: fitdistrplus
Help to Fit of a Parametric Distribution to Non-Censored or Censored Data
- Homepage: https://lbbe-software.github.io/fitdistrplus/
- Documentation: http://cran.r-project.org/web/packages/fitdistrplus/fitdistrplus.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 1.2-4
published 8 months ago
Rankings
Maintainers (1)
Dependencies
- MASS * depends
- R >= 3.5.0 depends
- grDevices * depends
- methods * depends
- survival * depends
- stats * imports
- GeneralizedHyperbolic * suggests
- Hmisc * suggests
- actuar * suggests
- gamlss.dist * suggests
- ggplot2 * suggests
- knitr * suggests
- mc2d * suggests
- rgenoud * suggests
- rmarkdown * suggests
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- r-lib/actions/setup-tinytex v2 composite
- JamesIves/github-pages-deploy-action 4.1.4 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite