Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

`tdfp` gives a warning when `h = 1` #32

Closed
earowang opened this issue May 14, 2017 · 0 comments
Closed

`tdfp` gives a warning when `h = 1` #32

earowang opened this issue May 14, 2017 · 0 comments
Labels
bug

Comments

@earowang
Copy link
Owner

@earowang earowang commented May 14, 2017

library(hts)
#> Loading required package: forecast
#> Loading required package: SparseM
#> 
#> Attaching package: 'SparseM'
#> The following object is masked from 'package:base':
#> 
#>     backsolve
#> Loading required package: Matrix
#> Loading required package: matrixcalc
forecast(htseg1, fmethod = "arima", method = "tdfp", h = 1)
#> Warning in flist[[2L]]/new.flist[[1L]]: Recycling array of length 1 in vector-array arithmetic is deprecated.
#>   Use c() or as.vector() instead.
#> Hierarchical Time Series 
#> 3 Levels 
#> Number of nodes at each level: 1 2 5 
#> Total number of series: 8 
#> Number of observations in each historical series: 10 
#> Number of forecasts per series: 1 
#> Top level series of forecasts: 
#> Time Series:
#> Start = 2002 
#> End = 2002 
#> Frequency = 1 
#> [1] 53.71128
@earowang earowang added the bug label May 14, 2017
earowang added a commit that referenced this issue Jun 19, 2017
@earowang earowang closed this Jun 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.