-
### Environment
Lib version: `arima@0.2.5`
Node version: `v14.18.2`
OS: Linux and macOS
### Description
Hi @zemlyansky, we have been happily using your library without issue for some time t…
ghost updated
3 months ago
-
The interpolation result by na_kalman() is pretty good when the option model='auto.arima' is used. Is it possible to show the searched parameter results of auto.arima()?
Did the package use the def…
-
### 在`ts`和`xts`和`matrix`格式上使用`auto.arima`
数据来源:[猫城@englianhu/binary.com-interview-question-data/世博量化研究院/文艺数据库/fx/USDJPY/样本2.rds](https://github.com/englianhu/binary.com-interview-question-data/blob…
-
``` r
# Load required libraries
library(tseries)
#> Warning: package 'tseries' was built under R version 4.2.3
#> Registered S3 method overwritten by 'quantmod':
#> method from
#> …
-
I am trying to timeout the auto.arima algorithm if it exceeds certain time limit but it keeps on running until it finishes. Is there any way I can timeout the auto.arima. Following is the code snippet…
-
I am trying to change the confidence level but conf.int.value gets ignored. Is there a workaround?
No matter what level I put, it gets ignored.
library(forecast)
library(ggfortify)
d.arima
-
The initial auto-ARIMA PR introduces the Wang, Smith & Hyndman's test to decide whether seasonal differencing is needed.
In the future it would also be nice to have other options such as:
- CH (…
Nyrio updated
3 years ago
-
Hi, do you have any solution to reduce the time processing when running the R function from VBA? I found out that it take more time when process Application.Run.
VBA script:
For i = 1 to 4
…
-
Update: originally I saw these only on Mac runners, but @yarnabrina below also reported them on windows, ubuntu. In the PR where I saw them, they occur only on Mac, whereas in @yarnabrina's PR they oc…
-
I tried to train/fit ARIMA & Auto ARIMA model with sin pattern datasets but it gives an invalid prediction, even in the first data point is invalid/not meaningful at all. can I get the solution or som…