You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Allow forward sampling of statespace models in JAX mode
Explicitly set data shape to avoid broadcasting error
Better handling of measurement error dims in `SARIMAX` models
Freeze auxiliary models before forward sampling
Bugfixes for posterior predictive sampling helpers
Allow specification of time dimension name when registering data
Save info about exogenous data for post-estimation tasks
Restore `_exog_data_info` member variable
Be more consistent with the names of filter outputs
* Adjust test suite to reflect API changes
Modify structural tests to accommodate deterministic models
Save kalman filter outputs to idata for statespace tests
Remove test related to `add_exogenous`
Adjust structural module tests
* Add JAX test suite
* Bug-fixes and changes to statespace distributions
Remove tests related to the `add_exogenous` method
Add dummy `MvNormalSVDRV` for forward jax sampling with `method="SVD"`
Dynamically generate `LinearGaussianStateSpaceRV` signature from inputs
Add signature and simple test for `SequenceMvNormal`
* Re-run example notebooks
* Add helper function to sample prior/posterior statespace matrices
* fix tests
* Wrap jax MvNormal rewrite in try/except block
* Don't use `action` keyword in `catch_warnings`
* Skip JAX test if `numpyro` is not installed
* Handle batch dims on `SequenceMvNormal`
* Remove unused batch_dim logic in SequenceMvNormal
* Restore `get_support_shape_1d` import
0 commit comments