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

stationarity test #1639

Open
Blackandwhite23 opened this issue Aug 8, 2024 · 1 comment · May be fixed by #1665
Open

stationarity test #1639

Blackandwhite23 opened this issue Aug 8, 2024 · 1 comment · May be fixed by #1665
Assignees
Labels
feature request 💬 Requests for new features

Comments

@Blackandwhite23
Copy link

Missing functionality

It would be nice if the parameters for adfuller could be configured.

Proposed feature

If you have very large data sets, then using the standard AIC takes too much time and too much RAM.
It would be nice to chose BIC or maxlags.
e.g.
result = adfuller(series.dropna(), autolag='BIC')
or
result = adfuller(series.dropna(), maxlag=30)

Alternatives considered

No response

Additional context

No response

@fabclmnt
Copy link
Contributor

@alexbarros can you please add this issue to your backlog?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request 💬 Requests for new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants