statsmodels.tsa.statespace.news.NewsResults.summary_revisions¶
-
NewsResults.summary_revisions(sparsify=
True
)[source]¶ Create summary table showing revisions to the previous results’ data
- Parameters:¶
- Returns:¶
- revisions_table
SimpleTable
Table showing revisions to the previous results’ data. Columns are:
revision date : date associated with a revised data point
revised variable : variable that was revised at revision date
observed (prev) : the observed value prior to the revision
revised : the new value after the revision
revision : the new value after the revision
detailed impacts computed : whether detailed impacts were computed for this revision
- revisions_table
Last update:
Nov 14, 2024