Opens an interactive Shiny app for the selected copula and modules.

copulaVis(copula, modules)

Arguments

copula

Copula to visualize, presently one of :

  • "Independant": Independant copula.

  • "FrechetLowerBound": Fréchet Lower Bound copula.

  • "FrechetUpperBound": Fréchet Upper Bound copula.

  • "BivariateEFGM": Eyraud-Farlie-Gumbel-Morgenstern copula.

  • "Frechet": Fréchet copula.

  • "BivariateCA": Bivariate Cuadras-Augé copula.

  • "BivariateMO": Bivariate Marhsall-Olkin copula.

  • "BivariateAMH": Bivariate Ali-Mikhail-Haq copula.

  • "BivariateClayton": Bivariate Clayton copula.

  • "BivariateFrank": Bivariate Frank copula.

  • "BivariateGumbel": Bivariate Gumbel copula.

modules

Vector of modules to visualize, one of :

  • "all": Renders all boxes.

  • "simulationsPlot": Plot of simulations.

  • "distributionPlot": Plot of distribution.

Value

Launches Shiny application.

Examples

## Only run this example in interactive R sessions if (interactive()) { copulaVis(copula = "BivariateEFGM", modules = "distributionPlot") }