probml / dynamax

State Space Models library in JAX
https://probml.github.io/dynamax/
MIT License
636 stars 69 forks source link

adding gamma HMM with generic M-step #305

Closed slinderman closed 1 year ago

slinderman commented 1 year ago

Adding an HMM with gamma emissions. This assumes scalar emissions (instead of a vector of conditionally independent gammas) and uses the default M-step.