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

Undeterministic behaviour of some time series #2

Open
flesicek opened this issue Oct 21, 2020 · 0 comments
Open

Undeterministic behaviour of some time series #2

flesicek opened this issue Oct 21, 2020 · 0 comments
Assignees
Labels

Comments

@flesicek
Copy link

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 nondeterministic manner. Meaning that for the same combination, sometimes CTSA will return different results.

Note:

  • with Sarima package from python, this problem is not appearing.
  • this problem is appearing same way in new SARIMAX

Time series: [40,70,0,50,30,50,0,30,30,0,20,26,50,0,0,0,0,0]

Configuration of SARIMA

method: 0
optimizer: 6
p: 1
d: 1
q: 2
s: 11
P: 1
D: 1
Q: 1
@rafat rafat self-assigned this Oct 24, 2020
@rafat rafat added the question label Oct 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants