DEFINE
name copula-type < ( parameter-value-options ... ) > ;
The DEFINE statement specifies the relevant information of the copula used for the simulation.
specifies the name of the copula definition, which can be used later in the SIMULATE statement.
specifies one of the following types of the copula:
fits the normal copula
fits the copula
fits the Clayton copula
fits the Gumbel copula
fits the Frank copula
These copula models are also described in the section Details: COPULA Procedure.
specify the input parameters used to simulate the specified copula. These options must be appropriate for the type of copula specified. The following options are valid:
The DEFINE statement is used with the SIMULATE statement.The FIT statement can also be used with SIMULATE statement. The results of the FIT statement can be the input of the SIMULATE statement. Therefore, the SIMULATE statement can follow the FIT statement.If there is no FIT statement, then the DEFINE statement must precede SIMULATE statement. However, the FIT and DEFINE statements cannot both be used in the same procedure.