DEFINE name copula-type < ( parameter-value-options ... ) > ;
The DEFINE statement specifies the relevant information about the copula that is used for the simulation. You can specify the following arguments:
specifies the name of the copula definition. You can be use this name later in the SIMULATE statement.
specifies the type of copula. You must specify one of the following copula types, which are described in the section Details: HPCOPULA Procedure:
fits the normal copula.
fits the t copula.
fits the Clayton copula.
fits the Frank copula.
fits the Gumbel copula.
specify the input parameters that are used to simulate the specified copula. These options must be appropriate for the type of copula specified. You can specify the following parameter-value-options:
The DEFINE statement is used with the SIMULATE statement.