plotSthief {tsutils} | R Documentation |
Plot temporal hierarchy
Description
Plots the temporal hierarchy for a given time series of seasonal periodicity.
Usage
plotSthief(y, labels = c(TRUE, FALSE), ...)
Arguments
y |
input time series (a |
labels |
if |
... |
additional arguments passed to the plotting function. |
Value
Produces a plot of the temporal hierarchy.
Author(s)
Nikolaos Kourentzes, nikolaos@kourentzes.com.
References
Athanasopoulos, G., Hyndman, R. J., Kourentzes, N., & Petropoulos, F. (2017). Forecasting with temporal hierarchies. European Journal of Operational Research, 262(1), 60-74.
Examples
plotSthief(AirPassengers)
[Package tsutils version 0.9.4 Index]