﻿statsmodels.tsa.statespace.kalman\_filter.PredictionResults
===========================================================

.. currentmodule:: statsmodels.tsa.statespace.kalman_filter

.. autoclass:: PredictionResults
   :exclude-members: clear,predict,update_filter,update_representation,

   
   
   .. rubric:: Methods

   .. autosummary::
      :toctree:

      ~PredictionResults.clear
      ~PredictionResults.predict
      ~PredictionResults.update_filter
      ~PredictionResults.update_representation
   
   
   

   
   
   .. rubric:: Properties

   .. autosummary::
      :toctree:

      ~PredictionResults.filter_attributes
      ~PredictionResults.filtered_forecasts
      ~PredictionResults.filtered_forecasts_error_cov
      ~PredictionResults.filtered_signal
      ~PredictionResults.filtered_signal_cov
      ~PredictionResults.kalman_gain
      ~PredictionResults.predicted_signal
      ~PredictionResults.predicted_signal_cov
      ~PredictionResults.representation_attributes
      ~PredictionResults.smoothed_forecasts
      ~PredictionResults.smoothed_forecasts_error_cov
      ~PredictionResults.smoothed_signal
      ~PredictionResults.smoothed_signal_cov
      ~PredictionResults.smoother_attributes
      ~PredictionResults.standardized_forecasts_error
   
   
   