-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
RecursiveLinearTransform
for linear state space models. (#1766)
* Format reparam module to comply with style guide. * Add `RealFastFourierTransform` to documentation. * Ignore `venv` directory for `update_headers.py` script. * Ignore autogenerated documentation sources. * Add numerical Jacobian check for bijective transforms. * Add `RecursiveLinearTransform`. * Use matrix multiplication operator and fix Jacobian. * Use non-trivial transition matrix in test. * Specify that transition matrices must (batches of) square matrices. * Fix `scan` implementation for batched transition matrices and add test.
- Loading branch information
1 parent
4c2a559
commit ad6861a
Showing
6 changed files
with
167 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters