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

Multivariate forecast #8

Open
gururajab opened this issue Mar 2, 2017 · 7 comments
Open

Multivariate forecast #8

gururajab opened this issue Mar 2, 2017 · 7 comments

Comments

@gururajab
Copy link

Not able to do multivariate time series forecasting.

@kaushikrch
Copy link
Owner

Please refer to issue #2 on performing multivariate time series forecasting

@gururajab
Copy link
Author

Thank you for the quick reply. I tried running the code and i am getting this error. I saw the issue log about this but not able to debug.

@kaushikrch
Copy link
Owner

Can you please paste the error or prepare a reproducible example.

@gururajab
Copy link
Author

Error:
Error in is.SSModel(do.call(updatefn, args = c(list(inits, model), update_args)), :
System matrices (excluding Z) contain NA or infinite values, covariance matrices contain values larger than 1e+07

@kaushikrch
Copy link
Owner

kaushikrch commented Mar 6, 2017 via email

@MONALISAXCEEDANCE
Copy link

Hi, my code is below. All other packages are giving answer except UCM. library(rucm)
set.seed(123)
f.mymod <- ucm(formula = y~0, data = y, level = TRUE, slope = TRUE,
irregular = TRUE, season = TRUE, season.length = 12, cycle = TRUE, cycle.period = h)

The error is Error in is.SSModel(do.call(updatefn, args = c(list(inits, model), update_args)), :
System matrices (excluding Z) contain NA or infinite values, covariance matrices contain values larger than 1e+0'
Kindly help!

@gururajab
Copy link
Author

Try taking the log of your y in the model.

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

No branches or pull requests

3 participants