The COPULA Procedure

Syntax: COPULA Procedure

The COPULA procedure is controlled by the following statements:

  • PROC COPULA options;

  • VAR variables;

  • DEFINE name copula-type <( parameter-value-options …)>;

  • FIT type <NAME=name > <INIT=(parameter-value-options)> / options;

  • BOUNDS bound1 <, bound2 …>;

  • SIMULATE < copula-name-list > / options;

  • BY variables;