Other packages > Find by keyword >

actuar  

Actuarial Functions and Heavy Tailed Distributions
View on CRAN: Click here


Download and install actuar package within the R console
Install from CRAN:
install.packages("actuar")

Install from Github:
library("remotes")
install_github("cran/actuar")

Install by package version:
library("remotes")
install_version("actuar", "3.3-6")



Attach the package and use:
library("actuar")
Maintained by
Vincent Goulet
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2006-02-17
Latest Update: 2025-07-08
Description:
Functions and data sets for actuarial science: modeling of loss distributions; risk theory and ruin theory; simulation of compound models, discrete mixtures and compound hierarchical models; credibility theory. Support for many additional probability distributions to model insurance loss size and frequency: 23 continuous heavy tailed distributions; the Poisson-inverse Gaussian discrete distribution; zero-truncated and zero-modified extensions of the standard discrete distributions. Support for phase-type distributions commonly used to compute ruin probabilities. Main reference: . Implementation of the Feller-Pareto family of distributions: .
How to cite:
Vincent Goulet (2006). actuar: Actuarial Functions and Heavy Tailed Distributions. R package version 3.3-6, https://cran.r-project.org/web/packages/actuar. Accessed 06 Jun. 2026.
Previous versions and publish date:
0.1-2 (2006-02-17 09:36), 0.1-3 (2006-03-24 10:14), 0.9-1 (2007-04-22 10:50), 0.9-2 (2007-04-23 11:38), 0.9-3 (2007-05-01 21:04), 0.9-4 (2007-11-17 11:43), 0.9-5 (2008-02-12 22:34), 0.9-6 (2008-02-18 20:17), 0.9-7 (2008-03-26 09:20), 1.0-0 (2008-09-15 20:16), 1.0-1 (2009-01-29 11:57), 1.0-2 (2009-05-15 13:26), 1.1-0 (2010-02-23 08:49), 1.1-1 (2010-07-24 21:43), 1.1-2 (2011-04-24 22:10), 1.1-3 (2012-01-19 07:50), 1.1-4 (2012-05-26 11:39), 1.1-5 (2012-09-17 08:50), 1.1-6 (2013-01-13 08:11), 1.1-7 (2014-12-11 19:35), 1.1-8 (2014-12-16 04:44), 1.1-9 (2015-07-07 17:47), 1.1-10 (2015-07-22 05:39), 1.2-0 (2016-03-09 01:30), 1.2-1 (2016-05-10 06:56), 1.2-2 (2016-07-13 17:48), 2.0-0 (2016-11-12 19:54), 2.1-0 (2017-02-09 18:27), 2.1-1 (2017-05-06 02:03), 2.2-0 (2018-01-07 23:27), 2.3-0 (2018-02-07 17:17), 2.3-1 (2018-03-19 20:21), 2.3-2 (2019-07-25 10:10), 2.3-3 (2019-12-04 10:40), 3.0-0 (2020-06-05 07:20), 3.1-0 (2021-01-06 17:01), 3.1-1 (2021-02-03 06:50), 3.1-2 (2021-03-31 07:10), 3.1-3 (2021-05-28 19:20), 3.1-4 (2021-05-31 08:50), 3.2-0 (2021-10-05 10:40), 3.2-1 (2022-01-24 17:22), 3.2-2 (2022-03-28 05:30), 3.3-0 (2022-07-16 09:30), 3.3-1 (2022-10-28 01:35), 3.3-2 (2023-02-07 05:12), 3.3-3 (2023-10-24 19:20), 3.3-4 (2023-11-08 06:00), 3.3-5 (2025-01-09 17:50), 3.3-6 (2025-07-08 19:00)
Other packages that cited actuar R package
View actuar citation profile
Other R packages that actuar depends, imports, suggests or enhances
Complete documentation for actuar
Functions, R codes and Examples using the actuar R package
Some associated functions: BetaMoments . Burr . CTE . ChisqSupp . ExponentialSupp . Extract.grouped.data . FellerPareto . GammaSupp . GeneralizedBeta . GeneralizedPareto . Gumbel . InverseBurr . InverseExponential . InverseGamma . InverseGaussian . InverseParalogistic . InversePareto . InverseTransformedGamma . InverseWeibull . Logarithmic . Loggamma . Loglogistic . LognormalMoments . NormalSupp . Paralogistic . Pareto . Pareto2 . Pareto3 . Pareto4 . PhaseType . PoissonInverseGaussian . SingleParameterPareto . TransformedBeta . TransformedGamma . UniformSupp . VaR . WeibullMoments . ZeroModifiedBinomial . ZeroModifiedGeometric . ZeroModifiedLogarithmic . ZeroModifiedNegativeBinomial . ZeroModifiedPoisson . ZeroTruncatedBinomial . ZeroTruncatedGeometric . ZeroTruncatedNegativeBinomial . ZeroTruncatedPoisson . actuar-package . adjCoef . aggregateDist . betaint . cm . coverage . dental . discretize . elev . emm . gdental . grouped.data . hachemeister . hist.grouped.data . mde . mean.grouped.data . ogive . quantile.aggregateDist . quantile.grouped.data . rcomphierarc . rcomphierarc.summaries . rcompound . rmixture . ruin . severity . simul . simul.summaries . unroll . var-methods . 
Some associated R codes: BetaMoments.R . Burr.R . CTE.R . ChisqSupp.R . ExponentialSupp.R . Extract.grouped.data.R . FellerPareto.R . GammaSupp.R . GeneralizedBeta.R . GeneralizedPareto.R . Gumbel.R . InverseBurr.R . InverseExponential.R . InverseGamma.R . InverseGaussian.R . InverseParalogistic.R . InversePareto.R . InverseTransformedGamma.R . InverseWeibull.R . Logarithmic.R . Loggamma.R . Loglogistic.R . LognormalMoments.R . NormalSupp.R . Paralogistic.R . Pareto.R . Pareto2.R . Pareto3.R . Pareto4.R . PhaseType.R . PoissonInverseGaussian.R . SingleParameterPareto.R . TransformedBeta.R . TransformedGamma.R . UniformSupp.R . VaR.R . WeibullMoments.R . ZeroModifiedBinomial.R . ZeroModifiedGeometric.R . ZeroModifiedLogarithmic.R . ZeroModifiedNegativeBinomial.R . ZeroModifiedPoisson.R . ZeroTruncatedBinomial.R . ZeroTruncatedGeometric.R . ZeroTruncatedNegativeBinomial.R . ZeroTruncatedPoisson.R . adjCoef.R . aggregateDist.R . bayes.R . betaint.R . bstraub.R . cm.R . coverage.R . discretize.R . elev.R . emm.R . exact.R . grouped.data.R . hache.R . hache.barycenter.R . hache.origin.R . hierarc.R . hist.grouped.data.R . mde.R . mean.grouped.data.R . normal.R . ogive.R . panjer.R . quantile.aggregateDist.R . quantile.grouped.data.R . rcomphierarc.R . rcomphierarc.summaries.R . rcompound.R . rmixture.R . ruin.R . severity.R . simS.R . simul.R . simul.summaries.R . unroll.R . var-methods.R .  Full actuar package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

IAPWS95  
Thermophysical Properties of Water and Steam
An implementation of the International Association for the Properties of Water (IAPWS) Formulation ...
Download / Learn more Package Citations See dependency  
odbc  
Connect to ODBC Compatible Databases (using the DBI Interface)
A DBI-compatible interface to ODBC databases. ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
worrrd  
Generate Wordsearch and Crossword Puzzles
Generate wordsearch and crossword puzzles using custom lists of words (and clues).Make them easy or ...
Download / Learn more Package Citations See dependency  
rwavelet  
Wavelet Analysis
Perform wavelet analysis (orthogonal,translation invariant, tensorial, 1-2-3d transforms, thresholdi ...
Download / Learn more Package Citations See dependency  
BALLI  
Expression RNA-Seq Data Analysis Based on Linear Mixed Model
Analysis of gene expression RNA-seq data using Bartlett-Adjusted Likelihood-based LInear model (BALL ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA