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

fittestArimaKF(CATS[,2],CATS.cont[,2]) #1

Open
Lesaffrea opened this issue Jul 19, 2020 · 0 comments
Open

fittestArimaKF(CATS[,2],CATS.cont[,2]) #1

Lesaffrea opened this issue Jul 19, 2020 · 0 comments

Comments

@Lesaffrea
Copy link

HI,

using your example for fittestArimaKF as follow (from vignette)

data(CATS,CATS.cont)
fArimaKF <- fittestArimaKF(CATS[,2],CATS.cont[,2])
#predicted values
pred <- fArimaKF$pred

This function generate a warning NaNs produced and when you check the lower and upper of the return perditions you got NaN and the predict$Mean is totally wrong -45990427 -46084237 -46178173 -46272295 .

If use auto.arima one same data set I have got the issue, if I set stepwise=FALSE, approx=FALSE to avoid the short cut the upper and lower are calculated and no issue.

If I add those switch of fittestArimaKF I have still the issue mentioned above but the pred$mean is of -20223302 -20264685 -20306060 -20347432 -20388810 ...

I use forecast 8.12 and TSPred 4.00

Best regards

Alain

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

1 participant