statsmodels.tsa.statespace.kalman_filter.PredictionResults.standardized_forecasts_error¶
- property PredictionResults.standardized_forecasts_error¶
Standardized forecast errors
Notes
The forecast errors produced by the Kalman filter are
Hypothesis tests are usually applied to the standardized residuals
where
and ; then ; and are lower triangular. Finally, and .Thus we can rewrite
or ; the latter equation is the form required to use a linear solver to recover . Since is lower triangular, we can use a triangular solver (?TRTRS).