hts icon indicating copy to clipboard operation
hts copied to clipboard

Hierarchical and Grouped Time Series

Results 22 hts issues
Sort by recently updated
recently updated
newest added

Is there a way to enforce positive definite? I also ran earlier into the same problem as #42 so I rounded both the forecasts and the residuals and replaced any...

When trying to install 'hts' on a Ubuntu 18.04.6 LTS AWS server with R version 3.4.4 using this command sudo R -e 'install.packages("hts", dependencies = TRUE)' the installation breaks because...

Hello, I have a population dataset with 3 grouping variables (Age, Gender and Urban/Rural Setting). I would like to generate bottom level predictions ( for Age * Gender * UrbanRuralSetting)...

I was wondering how I could specify a one-level hierarchy, for instance, a single State divided in Cities( 7 digits id ). I was trying to pass the city argument...

Would be great if hts returned **fitted** and **residual** values when using **comb nonnegative** method

Hello, sorry for my novice behaviour regarding pull requests and so on. I'm opening an issue for this as I've announced: It would be great if nodes could be specified...

Would be great to implement simple warning message when constant columns are passed to MinT that leads to error "Error in if (!is.symmetric.matrix(x)) stop("argument x is not a symmetric matrix")"....

The equations are given in the CSDA 2011 paper. Can we add prediction intervals as an optional output to forecast.gts?

Currently, the following code will work: ``` htseg2x

enhancement