You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added coherent_smat() and coherent_cmat() for obtaining the structural and
zero-constraint matrices that encode the coherency structure of related time
series (#429).
Improvements
Added the preferred mdl_lst class to the previously named lst_mdl class
for consistency with other model list classes mdl_df and mdl_ts (#433).
Added mdl_lst methods for augment(), glance(), and tidy() to enable global models (including reconciliation models) to
provide statistics for these methods (#424).
Added warning for hfitted() used on models without refit() method (#432).