Skip to content

ENH: State space models - #2250

Merged
josef-pkt merged 173 commits into
statsmodels:masterfrom
ChadFulton:statespace
Feb 12, 2015
Merged

josef-pkt merged 173 commits into
statsmodels:masterfrom
ChadFulton:statespace

Conversation

@ChadFulton

Copy link
Copy Markdown
Member

Adds state space model estimation via a Cython Kalman filter implementation along with Python wrappers and an SARIMAX estimation class.

See #1698 for development details, discussion.

ChadFulton and others added 30 commits February 11, 2015 21:51
… double precision, complex, and double precision complex.
…g symmetric matrices (dsymm) for double precision reals.
… double precision, complex, and double precision complex.
…g symmetric matrices (dsymm) for double precision reals.
@josef-pkt

Copy link
Copy Markdown
Member

merging this

Thanks to Chad and everyone that helped and reviewed

josef-pkt added a commit that referenced this pull request Feb 12, 2015
@josef-pkt
josef-pkt merged commit f88cd69 into statsmodels:master Feb 12, 2015
@josef-pkt josef-pkt added this to the 0.7 milestone Feb 12, 2015
@bashtage

Copy link
Copy Markdown
Member

@josef-pkt @ChadFulton FWIW this has broken Travis with Cythonize errors.

@bashtage

Copy link
Copy Markdown
Member

This appears to be an issue with cython 0.22. It built fine on cython 0.21.2 on my machine.

@josef-pkt

Copy link
Copy Markdown
Member

@bashtage where do you see those errors?
The test runs are green and I don't see anything spot checking the logs

@bashtage

Copy link
Copy Markdown
Member

@bashtage

Copy link
Copy Markdown
Member

Cython was updated on Anaconda in the last couple of hours.

Maybe these should be Py_ssize_t ?

Also reasonably likely Cython is broken.

@josef-pkt

Copy link
Copy Markdown
Member

Cython was updated on Anaconda in the last couple of hours.

That explains why it didn't fail a few hours ago.

Maybe these should be Py_ssize_t ?

something like this for indices.

@jseabold ?

@ChadFulton

Copy link
Copy Markdown
Member Author

Simple fix, which I will submit a PR for in a sec.

@ChadFulton
ChadFulton deleted the statespace branch January 16, 2016 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants