summarize
Class: regARIMA
Display estimation results of regression model with ARIMA errors
Description
summarize(
displays a summary of the regression model with ARIMA errors Mdl
)Mdl
.
If
Mdl
is an estimated model returned byestimate
, thensummarize
prints estimation results to the MATLAB® Command Window. The display includes an estimation summary and a table of parameter estimates with corresponding standard errors, t statistics, and p-values. The estimation summary includes fit statistics, such as the Akaike Information Criterion (AIC), and the estimated innovations variance.If
Mdl
is an unestimated model returned byregARIMA
, thensummarize
prints the standard object display (the same display thatregARIMA
prints during model creation).
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2018a