ctsa
ctsa copied to clipboard
A Univariate Time Series Analysis and ARIMA Modeling Package in ANSI C. Updated with SARIMAX and Auto ARIMA.
possible fix for pointer to wrong seasonal method parameter being passed to sarimax_wrapper() method from auto_arima1()
When I run command :'node example-browser-async.js' ,throw error internal/modules/cjs/loader.js:796 throw err; ^ Error: Cannot find module './wasm/native-async.js' Require stack: That’s Why?
Although the code is under a BSD 3- Clause license, there is a [components_copyright](https://github.com/rafat/ctsa/tree/master/components_copyright) directory containing other licenses' texts: LGPL, the BSD-like license of MINPACK and the ACM Software License...
in ctsa.h the array params is always initialized as double params[0] (invalid in ISO C/C++) why not simply double *params Im using this library in a data processing software, and...
When using auto ARIMA with no exogenous variables (r=0, xreg=NULL), in the case of differencing (d+D) equals 1 and a constant term being allowed, the auto ARIMA will find a...
Hello, @rafat I tried your `ctsa` package, but found that it seems that the prediction result from the `auto_arima` related functions is a bit incorrect. Can you check it? Thank...
hi; Is there a C++ version of this package?
Hi, First of all, thanks a lot great sarima package and your effort!. We are testing ctsa and for some combination of parameters and time series, the algorithm will behave...
Hey, In the ctsa package, the exception handling is implemented using `exit` commands. This is creating an issue when ctsa is used as a library. We are testing ctsa for...