-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
Does pandas support piecewise/multi-period regression? #32
Comments
It doesn't-- you're welcome to contribute it to either pandas or scikits.statsmodels. The only supported statistical models at the moment are full-sample and dynamic linear / panel regressions. It's probably available in an R package for testing |
What is the "dynamic" in the dynamic linear regressions? Can you point me to some relevant description (url) if you have them? Sorry to have asked this question in case this is trivial. Thanks. |
i haven't written a lot of docs, but it should be clear what's going on from the docstrings: https://github.com/wesm/pandas/blob/master/pandas/stats/interface.py#L6 |
…tion-error-seen-in-prod-2 MDP-341 Reauthing as admin if connection is not authenticated when the library binding is created
Hi,
I need to do piecewise or multi-period regression where the breakpoint is determined automatically by the algorithm itself. Does pandas support that? Thanks a lot.
-alex
The text was updated successfully, but these errors were encountered: