forecast
Automatic forecasting of univariate time series in R
After years of pure maintenance, forecast 9.0.0 reopens the package
◆Recent moves
- 4mo ago
Fixes for checkresiduals() and mstl() lambda handling
Two regression fixes on the 9.0 line. Housekeeping after a large major release.
View source ↗ - 5mo ago
Faster ARFIMA search and forecast.mlm() argument handling
Speeds up the ARFIMA model search and fixes newdata resolution when forecast.mlm() is called from another function. The kind of consolidation expected in the first patches after 9.0.0.
View source ↗ - 7mo ago
forecast 9.0.0 adds five model constructors and rewrites accuracy()
⚡ SPARKThe release that ends the maintenance-only stretch. It adds a family of explicit model constructors, extends simulated and bootstrapped intervals across more models, and rebuilds accuracy() on S3 methods.
View source ↗ - 1y ago
Documentation and bug-fix release
A contentless maintenance release from the pre-9.0 quiet stretch, listing only documentation improvements and bug fixes.
View source ↗ - 2y ago
RNG state and base-R head/tail compatibility
Stops the package from altering RNG state on attach and defers head.ts/tail.ts to base R from 4.5.0. Correctness housekeeping.
View source ↗ - 2y ago
Much faster hfitted() for ARIMA and ETS models
Large speedups to historical fitted-value computation for the two most-used model families, with ETS fitted values now derived from initial states. A real performance gain in the middle of an otherwise quiet period.
View source ↗