QuantEcon / QuantEcon/QuantEcon.py
Getting rid of the LinearStateSpace argument in Kalman
Open
@natashawatkins is already working on this.
Since Oct 22, 2017.
breaking
discuss
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 2.3k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 3
Description
Wouldn't it be easier to just have the arguments that a LinearStateSpace object takes available when creating a Kalman object? It's somewhat cumbersome to first create the LSS object and then put that into Kalman (you also need to import two classes).
We could just create a LSS object using the arguments in Kalman.
@jstac
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.