-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Currently, the timeseries docstrings are not indexed on the website under API Reference > Distributions > Timeseries. The example notebook is also quite scattered.
We should unify all the timeseries notebooks into a single notebook, and potentially refactor some code and tests:
- We only have test for EulerMaruyama, AR currently, more tests are needed.
- The tests for AR() and AR1 should be further refined
- The general AR logp could be improved (without using
theano.scan) - Unifying multiple timeseries docs.
- Timeseries docstring (link to doc API session)
- Implement random method (see discourse)