The PyRenew package README.md and docs index.md files define the observation process model in terms of ($\mu(t)$, $\pi(s)$, $\alpha$), but the counts observation process tutorial uses notation ($\lambda_t$, $p_d$).
|
$$\mu(t) = \alpha \sum_{s} I(t-s) \, \pi(s)$$ |
|
$$\lambda_t = \alpha \cdot \sum_{d=0}^{D} I_{t-d} \cdot p_d$$ |
change the tutorial to match the READMEs.