Skip to content

CRAN v0.1.7

Compare
Choose a tag to compare
@mitchelloharawild mitchelloharawild released this 08 Mar 02:55
· 104 commits to master since this release

New features

  • Added generate() method for STL() decompositions. The method uses a block
    bootstrap method to sample from the residuals.
  • Added fitted() and residuals() methods for STL() decompositions.

Improvements

  • Changed guerrero() default lower bound for Box-Cox lambda selection to from
    -1 to -0.9. A transformation parameter of -1 typically results from data which
    should not be transformed with a Box-Cox transformation, and can result in
    very inaccurate forecasts if such a strong and inappropriate transformation is
    used.
  • Improved time series plotting functions axis labelling.
  • Documentation improvements.