-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add working log likelihood computation to hssm class (#577)
* add working log likelihood computation to hssm class * chasing mypy errors * help mypy with typing * likelihood is now compile before the loop * fix mypy complaints * fix linter complains * more mypy madness * syntax error nonesense ?! * next attempt at fixing linting, and some safeguard added to compile_pymc` * first pass add in lba * endless linter madness * even more linter madness.... * fix issue with missing variables for likelihood computation * fix inconsistency in which parameters were kept in the posterior * attempt to fix mypy complaints * next attempt at dealing with mypy * add tests * some refinements and corresponding test fixes * clean * mypy madness begins again * update ssm-simulators dependency and allow 3.12 tests * address change requests * fix some remaining comments and correct problems with tests
- Loading branch information
1 parent
d7c9ead
commit dac648c
Showing
13 changed files
with
876 additions
and
62 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
Oops, something went wrong.