All Projects → vigou3 → actuar

vigou3 / actuar

Licence: other
Actuarial functions and heavy tailed distributions for R

Programming Languages

c
50402 projects - #5 most used programming language
r
7636 projects

Projects that are alternatives of or similar to actuar

Math Php
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
Stars: ✭ 2,009 (+10473.68%)
Mutual labels:  probability, distributions
insurancerating
R-package for actuarial pricing
Stars: ✭ 40 (+110.53%)
Mutual labels:  r-package, actuarial
jobstatus
⛔ ARCHIVED ⛔ Send Live Status, Progress and Other Information Between Functions and Processes
Stars: ✭ 34 (+78.95%)
Mutual labels:  r-package
aeppl
Tools for an Aesara-based PPL.
Stars: ✭ 46 (+142.11%)
Mutual labels:  probability
Fluent-Random-Picker
Fluent Random Picker is a nice, performant, fluent way to pick random values. Probabilities can be specified, values can be weighted.
Stars: ✭ 26 (+36.84%)
Mutual labels:  probability
traits
R package for accessing species trait data from multiple databases
Stars: ✭ 38 (+100%)
Mutual labels:  r-package
rcppfastfloat
Rcpp Bindings for the 'fastfloat' Header-Only Library
Stars: ✭ 18 (-5.26%)
Mutual labels:  r-package
ChineseNames
🀄 Chinese Name Database (1930-2008)
Stars: ✭ 99 (+421.05%)
Mutual labels:  r-package
awesome-conformal-prediction
A professionally curated list of awesome Conformal Prediction videos, tutorials, books, papers, PhD and MSc theses, articles and open-source libraries.
Stars: ✭ 998 (+5152.63%)
Mutual labels:  probability
musemeta
R Client for scraping museum metadata
Stars: ✭ 24 (+26.32%)
Mutual labels:  r-package
apsimx
R package for APSIM-X
Stars: ✭ 30 (+57.89%)
Mutual labels:  r-package
fattails
Code and Notes for fat-tailed statistics.
Stars: ✭ 41 (+115.79%)
Mutual labels:  probability
covidestim
Bayesian nowcasting with adjustment for delayed and incomplete reporting to estimate COVID-19 infections in the United States
Stars: ✭ 20 (+5.26%)
Mutual labels:  r-package
fitbitr
Interact with Fitbit data in R using Fitbit API
Stars: ✭ 44 (+131.58%)
Mutual labels:  r-package
ggimg
ggimg: Graphics Layers for Plotting Image Data with ggplot2
Stars: ✭ 51 (+168.42%)
Mutual labels:  r-package
Mathematics for Machine Learning
Learn mathematics behind machine learning and explore different mathematics in machine learning.
Stars: ✭ 28 (+47.37%)
Mutual labels:  probability
rjsonapi
⛔ ARCHIVED ⛔ Consumer for APIs that Follow the JSON API Specification
Stars: ✭ 29 (+52.63%)
Mutual labels:  r-package
ctrdata
Aggregate and analyse information on clinical trials from public registers
Stars: ✭ 26 (+36.84%)
Mutual labels:  r-package
quickmapr
An R package for quickly mapping and navigating spatial data
Stars: ✭ 60 (+215.79%)
Mutual labels:  r-package
gospn
A free, open-source inference and learning library for Sum-Product Networks (SPN)
Stars: ✭ 24 (+26.32%)
Mutual labels:  probability

actuar

Travis-CI Build Status CRAN_Status_Badge downloads

actuar is a package providing additional actuarial science functionality to the R statistical system. The project was officially launched in 2005 and is under active development.

Features

The current feature set of the package can be split into five main categories:

  1. Additional probability distributions to model insurance loss amounts and loss frequency (19 continuous heavy tailed distributions, see the list below; the Poisson-inverse Gaussian discrete distribution; zero-truncated and zero-modified extensions of the standard discrete distributions; phase-type distributions);
  2. Loss distributions modeling (extensive support for grouped data; empirical raw and limited moments; minimum distance estimation);
  3. Risk and ruin theory (discretization of the claim amount distribution and computation of the aggregate claim amount distribution; computation of the adjustment coefficient and ruin probabilities);
  4. Simulation of discrete mixtures, compound models and compound hierarchical models;
  5. Credibility theory (Bühlmann, Bühlmann-Straub, hierarchical, regression and linear Bayes models).

The package includes extensive documentation in the form of package vignettes. Each vignette focuses on a feature set of the package. To get the list of available vignettes, enter at the R command prompt:

vignette(package = "actuar")

Installation

You should install the stable version of the package from the Comprehensive R Archive Network (CRAN): using:

install.packages("actuar")

Citation

To cite package actuar in publications see the output of

citation(package = "actuar")

License

actuar is free software licensed under the GNU General Public License (GPL), version 2 or later.

Philosophy

As much as possible, the developers have tried to keep the user interface of the various functions of the package consistent. Moreover, the package follows the general R philosophy of working with model objects. This means that instead of merely returning, say, a vector of probabilities, many functions will return an object containing, among other things, the said probabilities. The object can then be manipulated at one's will using various extraction, summary or plotting functions.

Additional continuous distributions

actuar provides support functions for all the probability distributions found in Appendix A of Loss Models: From Data to Decisions, 4th Edition and not already present in base R, excluding the log-t, but including the loggamma distribution. These distributions mostly fall under the umbrella of extreme value or heavy tailed distributions.

The list of distributions supported by actuar is as follows, using the nomenclature of Loss Models.

Transformed beta family

  • Transformed beta
  • Burr
  • Loglogistic
  • Paralogistic
  • Generalized Pareto
  • Pareto
  • Inverse Burr
  • Inverse Pareto
  • Inverse paralogistic

Transformed gamma family

  • Transformed gamma
  • Inverse transformed gamma
  • Inverse gamma
  • Inverse Weibull
  • Inverse exponential

Other

  • Loggamma
  • Gumbel
  • Inverse Gaussian
  • Single parameter Pareto
  • Generalized beta
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].