statsmodels.tsa.statespace.news.NewsResults.summary_revisions

NewsResults.summary_revisions(sparsify=True)[source]

Create summary table showing revisions to the previous results’ data

Parameters:
sparsifybool, optional, default True

Set to False for the table to include every one of the multiindex keys at each row.

Returns:
revisions_tableSimpleTable

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


Last update: Dec 14, 2023