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

Error - fable::ARIMA for linear time series #417

Open
sevvandi opened this issue Jun 25, 2024 · 0 comments
Open

Error - fable::ARIMA for linear time series #417

sevvandi opened this issue Jun 25, 2024 · 0 comments

Comments

@sevvandi
Copy link

sevvandi commented Jun 25, 2024

Hi,

When I run the code below, I am getting the following error.

vals <- c(3999, 4389, 4779, 5169, 5559, 5949, 6339, 6729, 7119, 7509, 7899, 8289, 8679, 9069, 9459)
data.frame(time=1:length(vals), edges=vals) %>%
tibble::as_tibble() %>%
tsibble::as_tsibble(index=time) %>%
fabletools::model(arima=fable::ARIMA(edges))

Error

A mable: 1 x 1

     arima
   <model>

1
Warning messages:
1: In max(which(abs(ma) > 1e-08)) :
no non-missing arguments to max; returning -Inf
2: 1 error encountered for arima
[1] argument must be coercible to non-negative integer

How to fix this?

Thanks,
Sevvandi

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