lindermanlab / ssm

Bayesian learning and inference for state space models
MIT License
540 stars 196 forks source link

ARHMM usage #154

Closed shreyask3107 closed 1 year ago

shreyask3107 commented 1 year ago

Hello @slinderman , could you let me know how I could use an ARHMM model to fit my data? I could only find the HMM class object defined in this code.

Thanks!

slinderman commented 1 year ago

Hi Shreyas,

Why don't you try our new JAX based library, dynamax. We have an ARHMM example in the documentation.