Skip to content

CRAN v0.2.0

Compare
Choose a tag to compare
@mitchelloharawild mitchelloharawild released this 18 Mar 12:24
· 68 commits to master since this release

New features

  • Added X_13ARIMA_SEATS() decomposition method. This is a complete wrapper of
    the X-13ARIMA-SEATS developed by the U.S. Census Bureau, implemented via
    the seasonal::seas() function. The defaults match what is used in the
    seasonal pacakge, however these defaults can be removed (giving an empty
    default model) by setting defaults="none".

Breaking changes

  • The new X_13ARIMA_SEATS() method officially deprecates (supersedes) the
    X11() and SEATS() models which were previously not exported (#66).