DEFINE Statement |
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.
specifies the data set to read in the correlation matrix to use for elliptical copulas. This option can be used for the normal and copulas.
specifies the degrees of freedom. This option can be used for the copula.
specifies the parameter value for the Archimedean copulas.
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.