For questions regarding the hierarchical and grouped time series (HTS) package of R. Not to be confused with the "hts" tag related to text-to-speech
Questions tagged [r-hts]
3 questions
3
votes
1 answer
Combinef in R HTS package - Original Level Names lost
When combining forecasts using combinef() the resulting hts time series has level names which are like A, AA, AB... It doesn't retain the level names from the supplied hts time series.
In the example below, bottom level names are "A10A" & "A10B",…

CD.
- 43
- 3
0
votes
1 answer
hts package in R
I want to use optimal comination method of hts package in r to get hierarchical forecasts with single exponential smoothing (SES) forecasting method, I read in the manual that avaialble forecast methods are ets, arima and rw. I'm wondering if it is…

Roji
- 113
- 6
0
votes
1 answer
R: hts package, label crop in plot
I am using the hts package, which in it's newest version 4.x has a better label naming handling. Unfortunately stll labels get cropped in plots of an hts object.
bts <- ts(5 + matrix(sort(rnorm(500)), ncol=5, nrow=100))
y <- hts(bts, nodes=list(2,…

user2030503
- 3,064
- 2
- 36
- 53