An open API service indexing awesome lists of open source software.

https://github.com/spedygiorgio/mbbefd

Destruction rate modeling with the Maxwell Boltzmann Bose Einstein Fermi Dirac (MBBEFD) distribution
https://github.com/spedygiorgio/mbbefd

actuarial cran destruction-rate-modeling r reinsurance

Last synced: 30 days ago
JSON representation

Destruction rate modeling with the Maxwell Boltzmann Bose Einstein Fermi Dirac (MBBEFD) distribution

Awesome Lists containing this project

README

          

# Maxwell Boltzmann Bose Einstein Fermi Dirac Distribution and Destruction Rate Modelling

[![CRAN-Version](https://www.r-pkg.org/badges/version/mbbefd)](https://cran.r-project.org/package=mbbefd)
[![CRAN-Downloads](https://cranlogs.r-pkg.org/badges/last-month/mbbefd)](https://cran.r-project.org/package=mbbefd)
[![CRAN-checks](https://badges.cranchecks.info/summary/mbbefd.svg)](https://cran.r-project.org/web/checks/check_results_mbbefd.html)
[![License: GPL
v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Git-Version](https://img.shields.io/badge/devel%20version-0.8.14-red.svg)](https://github.com/spedygiorgio/mbbefd)

MBBEFD provides additional distributions to R, such as the MBBEFD and
shifted truncated Pareto as well as functions to handle destruction rate
models.

The distributions and models of the mbbefd package are particular
popular for understanding and pricing risk in general insurance and
reinsurance and are used for exposure rating, benchmarking and curve
fitting.

## Install the current release from CRAN:

``` r
install.packages('mbbefd')
```

## Install the development version from GitHub:

``` r
devtools::install_github('spedygiorgio/mbbefd')
```

## Documentation

Please find helps in the vignette and

```
library(mbbefd)
help("mbbefd-package")
```

## Citation

If you use `mbbefd`, you should cite:
Christophe Dutang, Giorgio
Spedicato (2025). *mbbefd: Maxwell Boltzmann Bose Einstein Fermi Dirac
Distribution and Destruction Rate Modelling.* R package.