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

forecast for annual series incorrect date #264

Closed
duncanelliott opened this issue May 24, 2021 · 1 comment · Fixed by #285
Closed

forecast for annual series incorrect date #264

duncanelliott opened this issue May 24, 2021 · 1 comment · Fixed by #285
Labels

Comments

@duncanelliott
Copy link

If I have the following time series of annual data (2005-2019), using the series function to extract the forecast reads the forecasts as 2019 rather than 2020 (which can be seen in out(m) )

y <- ts(c(41,39.8,40,40.5,37.8,37.3,34.6,36.1,37.1,32.9,35,33.4,34.7,36.2,38.1),freq=1,start=2005)

m <- seas(y,x11=NULL,seats=NULL,regression.aictest = NULL,forecast.maxlead=1)
fct <- series(m,"fct")

@christophsax
Copy link
Owner

Indeed, that looks wrong!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants