Skip to content

Releases: robjhyndman/forecast

forecast 9.0.0

11 Jan 23:00

Choose a tag to compare

  • ets() now allows missing values in the time series (#952)
  • Added mean_model() and forecast.mean_model()
  • Added rw_model() and forecast.rw_model() (m-muecke, #969)
  • Added spline_model() and forecast.spline_model() (#1013)
  • Added theta_model() and forecast.theta_model() (#1014)
  • Added croston_model() and forecast.croston_model() (#1015)
  • Added simulated and bootstrapped prediction intervals to more models (#1040)
  • Added parallelization for nnetar (m-muecke, #346)
  • More consistent handling of biasadj across models
  • accuracy() rewritten to use S3 methods for models and remove accuracy.default() (#912)
  • Bug fixes and performance improvements
  • Documentation improvements

forecast 8.24.0

08 Apr 06:53

Choose a tag to compare

  • Documentation improvements
  • Bug fixes

forecast 8.23.0

25 Jun 08:40

Choose a tag to compare

  • Prevented RNG state changing when the package is attached (#954, #955).
  • head.ts and tail.ts only defined for R < 4.5.0 due to new base R functions.

forecast 8.22.0

04 Mar 06:58

Choose a tag to compare

  • hfitted now much faster for ARIMA models (danigiro, #949)
  • hfitted now much faster for ETS models, and produces fitted values from
    initial states (#950)

forecast 8.21.1

31 Aug 16:20

Choose a tag to compare

  • nnetar now allows p or P to be 0
  • Bug fixes and improved docs

CRAN 8.21

27 Feb 21:56

Choose a tag to compare

v8.21

Updated docs

CRAN 8.19

29 Nov 02:58

Choose a tag to compare

  • Bug fixes

CRAN 8.18

02 Oct 09:31

Choose a tag to compare

  • Updated RW forecasts to use an unbiased estimate of sigma2
  • Bug fixes

CRAN v8.17

25 Jul 22:26

Choose a tag to compare

Updated CRAN submission date

CRAN v8.16

10 Jan 04:38

Choose a tag to compare

  • Fixed tslm() incorrectly applying Box-Cox transformations when an mts
    is provided to the data argument (#886).
  • Set D=0 when auto.arima applied to series with 2m observations or fewer.
  • Improved performance of parallel search of ARIMA models (jonlachmann, #891).
  • Fixed scoping of functions used in ggAcf() (#896).
  • Fixed checks on xreg in simulate.Arima() (#818)
  • Improved docs and bug fixes.