List of distributions

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Continuous distributions

Discrete distributions

Multivariate distributions

Copulas

Bivariate copulas can be implemented in a modular way using the dcopula function together with one of the copula constructors below. Available copula constructors are:

For bivariate copulas with discrete margins, use the ddcopula function instead. In this case, instead of copula densities, copula CDFs are needed. The available constructors for this are:

Multivariate copulas are also possible using the dmvcopula function together with one of the multivariate copula constructors below. Currently, only the multivariate Gaussian copula is implemented in two ways:



Try the RTMBdist package in your browser

Any scripts or data that you put into this service are public.

RTMBdist documentation built on April 1, 2026, 5:07 p.m.