Final remarks and things we did not discuss…
models can also be fitted to movement data in inlabru
sometimes locations treated as a point pattern, ignoring sequential nature of the data
model development is an area of active research
approaches include:
discrete time step-selection processes and
continuous time Langevin diffusion models
Not all phenomena leave on \(\mathcal{R}^2\)
Example: Traffic on roads, fishes in a river, etc…
What is different from \(\mathcal{R}^2\)?
The random walk has to account for the shape of the graph
..this is what the MetricGraph library does
Example Growth model
\[ \begin{aligned} y_t&\sim\mathcal{N}(\mu_t, \sigma^2)\\ \eta_t &= \mu_t = L(1-\exp(-k\ (t-t_0))) \end{aligned} \] where \(t\) is the age and \(y_t\) the length of the fish
with parameters \((L,k,t)\)
This model cannot be implemented in the original INLA framework. inlabru linearizes the problem and by an iterative procedure is (often) able to estimate the parameters. You can read more here
The model
\[ \eta(s) = \beta_0 + \beta_1(s)\ x(s) \]
Implementation
INLA/inlabru related topicsWe would be very glad if you could fill in this form and share your feedback about the course.