Displaying Results

<- Previous: The Estimation
Next ->: Conditional Variances, Standard Deviations, Residuals

There are a variety of keyword commands for displaying or plotting results. showResults is the primary command for   printing the results of estimation runs to the screen or to an output file.

    showResults;
will cause the results of all runs in the session to be printed to the screen. The results for a particular run is generated by including the run name as an argument:
    showResults run2;

If all you want is a list of the parameter names and their estimates, use showEstimates.  

testSR generates statistical tests of the time series and standardized residuals.  



R. Schoenberg
1999-03-29