The HPSEVERITY procedure optionally produces displayed output by using the Output Delivery System (ODS). All output is controlled by the PRINT= option in the PROC HPSEVERITY statement. Table 5.7 relates the ODS tables to PRINT= options.
Table 5.7: ODS Tables Produced in PROC HPSEVERITY
ODS Table Name |
Description |
Option |
---|---|---|
AllFitStatistics |
Statistics of fit for all the distribution models |
PRINT=ALLFITSTATS |
ConvergenceStatus |
Convergence status of parameter estimation process |
PRINT=CONVSTATUS |
DescStats |
Descriptive statistics for the response variable |
PRINT=DESCSTATS |
DistributionInfo |
Distribution information |
PRINT=DISTINFO |
EstimationDetails |
Details of the estimation process for all the distribution models |
PRINT=ESTIMATIONDETAILS |
InitialValues |
Initial parameter values and bounds |
PRINT=INITIALVALUES |
IterationHistory |
Optimization iteration history |
PRINT=NLOHISTORY |
ModelSelection |
Model selection summary |
PRINT=SELECTION |
OptimizationSummary |
Optimization summary |
PRINT=NLOSUMMARY |
ParameterEstimates |
Final parameter estimates |
PRINT=ESTIMATES |
PerformanceInfo |
Execution environment information that pertains to the computational performance |
Default |
RegDescStats |
Descriptive statistics for the regressor variables |
PRINT=DESCSTATS |
StatisticsOfFit |
Statistics of fit |
PRINT=STATISTICS |
Timing |
Timing information for various computational stages of the procedure |
DETAILS (PERFORMANCE statement) |
If the PRINT= option is not specified, then by default PROC HPSEVERITY produces the ModelSelection, PerformanceInfo, ConvergenceStatus, OptimizationSummary, StatisticsOfFit, and ParameterEstimates ODS tables.
You can specify the following values for the PRINT= option:
The “Performance Information” table is produced by default. It displays information about the execution mode. For single-machine mode, the table displays the number of threads used. For distributed mode, the table displays the grid mode (symmetric or asymmetric), the number of compute nodes, and the number of threads per node.
If you specify the DETAILS option in the PERFORMANCE statement, the procedure also produces a “Timing” table in which elapsed times (absolute and relative) for the main tasks of the procedure are displayed.