Rajan Shankar¹, Garth Tarr¹, Ines Wilms², Jakob Raymaekers³
¹University of Sydney, ²Maastricht University, ³University of Antwerp
Goal: Recover the true path taken by the whale
Why? Animal scientists need accurate movement paths to study animal behaviour
Modelling considerations:
\[\begin{align} \mathbf x_t &= \Phi \mathbf x_{t-1} + \mathbf w_t \\ \mathbf y_t &= A \mathbf x_t + \mathbf v_t \\ \end{align}\]
Usually, \(\Phi\), \(\Sigma_\mathbf{w}\) and \(\Sigma_\mathbf{v}\) depend on model parameters \(\boldsymbol \theta\).
Key Idea: SSMs apply whenever a time series is driven by an unobserved dynamic state.
Given a parameter vector \(\boldsymbol \theta\):
\(\mathbf {\hat y}_{t|t-1}(\boldsymbol\theta)\) and \(S_{t|t-1}(\boldsymbol\theta)\) are computed using the Kalman filter
\[ \min_{\boldsymbol\theta}\sum_{t=1}^n \left\{\log \left|S_{t|t-1}(\boldsymbol\theta)\right| + \mathbf r_t(\boldsymbol\theta)^\top S_{t|t-1}^{-1}(\boldsymbol\theta) \mathbf r_t(\boldsymbol\theta)\right\} \]
The estimate for \(\boldsymbol \theta\) can be found using standard optimisation routines.