CRAN_Status_Badge CRAN Downloads

Description:

mc2d provides a complete framework to build and study Two-Dimensional Monte-Carlo simulations, aka Second-Order Monte-Carlo simulations. It also includes various distributions frequently used in the risk assessment domain (pert, triangular, Bernoulli, empirical discrete and continuous).

See the Vignettes in the inst/doc repository.

The stable version of mc2d can be installed from CRAN using:

install.packages("mc2d")

Load the package in your current R session with the following R command:

library("mc2d")