MM_COPULASLIST function

Returns a range that contains all supported copulas.

Written By Nikolas Ethoré (Super Administrator)

Updated at November 24th, 2021

Description

Returns a range that contains all supported copulas.

The output values are the names of the copulas meant to be used in MM_SIMCOPULA function.

Syntax

=MM_COPULASLIST()

No parameters. 

Remark 

Notice that the function MM_GETRANGE will automatically appear in your table. This function is used as an intermediate step by some functions from the add-in. It has no other purpose.

Example

  • Formula 1: = MM_COPULASLIST() in cell A2
    Generates a list of supported copulas. 

  • Formula 2 (matrix formula): {= MM_SIMCOPULA(A2,2,0,0.95)} simulates a bidimensional AliMikhailHaq copula of parameter 0.95 - see MM_SIMCOPULA function for further details.