COPULA Procedure
The COPULA procedure is controlled by the following statements:
PROC COPULA
<DATA=SAS-data-set>;
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;
Last updated: June 19, 2025