fable
Tidy time series forecasting models that work with tsibble data
fable keeps widening its model shelf, one econometric class at a time
◆Recent moves
- 6mo ago
fable adds ARFIMA and fractional differencing
⚡ SPARKContinues the pattern of the 0.4.x releases: a new model class arrives with its supporting utilities, this time long-memory processes. ETS() also picks up missing-value tolerance, closing a gap that forced users to impute before modelling.
View source ↗ - 1y ago
Indexing and generate() fixes for VECM models
A two-line patch cleaning up the VECM support shipped one release earlier. Nothing new for users who were not already hitting the exogenous-regressor indexing error.
View source ↗ - 1y ago
VECM and VARIMA models land, plus IRF for VAR and ARIMA
⚡ SPARKThe release that set the current arc: two multivariate model classes plus the impulse-response and simulation methods that make them usable end to end.
View source ↗ - 2y ago
Patch for C++ R header changes
A compatibility patch for upstream R header changes, plus documentation. No user-facing behaviour change.
View source ↗ - 2y ago
CRAN check patch with generate() fixes
A CRAN-check housekeeping release with two narrow generate() fixes. Typical of the maintenance cadence between model-class additions.
View source ↗ - 3y ago
TSLM forecasts gain Student's t intervals
Gives users an opt-in path to the statistically more appropriate Student's t forecast distribution for TSLM, while keeping the Normal approximation as the default for model combination. Also loosens ETS() smoothing-parameter constraints when values are set explicitly.
View source ↗