tsibblefable
Tsibblefable is a term used to describe a unified approach to time series forecasting that combines the time-aware data structure of the tsibble package with the forecasting modelling capabilities of the fable package in R. The concept seeks to provide a coherent, tidyverse–friendly workflow for preparing, modeling, and forecasting time series data.
Core ideas include representing data with tsibble objects that capture temporal indices and grouping keys, while
Relationship to packages: tsibble supplies the data container and indexing semantics; fable supplies models, forecasts, and
Implementation status: tsibblefable is not an official standalone package. It appears in documentation and tutorials as
Impact: The idea is well aligned with tidy data principles and reproducible forecasting workflows, informing how