HiddenMarkovModels v0.7.0
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: