The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
mqriskR provides a comprehensive collection of functions for actuarial mathematics and life contingency modeling. It supports actuarial present values, premiums, reserves, pensions, multiple-life models, multiple-decrement models, mortality improvement, and both life table and parametric survival model calculations using standard actuarial notation.
The package is designed to support actuarial education, professional exam preparation, research, and reproducible actuarial analysis.
Install the stable release from CRAN:
install.packages("mqriskR")Or install the development version from GitHub:
# install.packages("remotes")
remotes::install_github("aokine/mqriskR")Compute the actuarial present value of a whole life annuity under a uniform distribution of deaths.
library(mqriskR)
ax(
x = 40,
i = 0.05,
model = "uniform",
omega = 100
)Version 0.1.1 focuses on improving the quality, consistency, and usability of the package.
Highlights include:
No breaking changes were introduced. Existing code written for earlier versions of mqriskR continues to work.
The package is intended for:
Complete documentation for all exported functions is available on the pkgdown website:
https://aokine.github.io/mqriskR/
The methods implemented in mqriskR are based on standard actuarial references, including:
Camilli, S. J., Duncan, I., and London, R. L. (2014). Models for Quantifying Risk (6th ed.). ACTEX Publications.
Dickson, D. C. M., Hardy, M. R., and Waters, H. R. (2020). Actuarial Mathematics for Life Contingent Risks (2nd ed.). Cambridge University Press.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.