Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 05:52
350e205

HiddenMarkovModels v0.7.0

Diff since v0.6.3

Breaking changes

  • Shift temporal effect of control on transition matrix (#138). The control variable $u_t$ used to influence the transition matrix from $x_t$ to $x_{t+1}$, now it influences the transition from $x_{t-1}$ to $x_t$ (which is more coherent with the observation process). Models without controls are not affected by this change.

Merged pull requests:

  • BREAKING CHANGE: Shift temporal effect of control on transition matrix (#138) (@gdalle)