knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

CMA

R-CMD-check Codecov test coverage Lifecycle: experimental

Multivariate Distribution = Marginals + Copulas

The Copula Marginal Algorithm (CMA) is a simple two step recipe to manipulate multivariate distributions under Fully Flexible Probabilities.

CMA can quickly decompose any multivariate distribution between unique (marginals) and their shared components (copulas). This approach can add a high level of flexibility for estimation and simulation purposes.

Vignettes

Installation

Install the development version of CMA from github with:

# install.packages("devtools")
devtools::install_github("Reckziegel/CMA")

References



Reckziegel/CMA documentation built on July 13, 2022, 10:31 p.m.