Skip to content

Release v0.1.1

Compare
Choose a tag to compare
@mh105 mh105 released this 23 Oct 18:33
· 24 commits to main since this release

New features

  • Introduce four basic state-space model classes: StateSpaceModel, OscillatorModel, AutoRegModel, GeneralSSModel
  • Add exact inference algorithms with Gaussian noise processes for the introduced basic models
  • Add expectation-maximization(EM) learning algorithm using a general run_em() wrapper function