Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2.02 KB

File metadata and controls

56 lines (38 loc) · 2.02 KB

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

  • Panic Copulas: here

  • “What if” Analysis: here

Installation

Install the development version of CMA from github with:

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

References