COPULA Procedure

ODS Table Names

PROC COPULA assigns a name to each table it creates. You can use these names to denote the table when you use the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 4.

Table 4: ODS Tables Produced in PROC COPULA

ODS Table Name Description Option
ODS Tables Created by the FIT Statement
ConvergenceStatus Convergence status Default
Correlation Correlation matrix estimates Default with elliptical copulas
KendallCorrelation Kendall correlation matrix estimates Default with elliptical copulas
SpearmanCorrelation Spearman correlation matrix estimates Default with normal copula
FitSummary Summary of nonlinear estimation Default
ParameterEstimates Parameter estimates Default
ConvergenceStatus Convergence status ITPRINT
InputOptions Input options ITPRINT
IterHist Iteration history ITPRINT
IterStart Optimization start ITPRINT
IterStop Optimization results ITPRINT
ParameterEstimatesResults Parameter estimates ITPRINT
ParameterEstimatesStart Parameter estimates ITPRINT
ProblemDescription Problem description ITPRINT


Last updated: June 19, 2025