You have 4 hyperparameter, the correlation, two variances and the angle.
given these, then eq~2 gives the dynamics for the location. note the implicite
singularity as 'd' is two locations, but the current location at time t, is the
previous location at time t-1.
this dynamics gives a block diagonal precision matrix which you have to add in
rgeneric.
I would suggest to start with a simpler example, like a simple RW1 and code
that, then move to this dynamics, when Sigma = diagonal matrix, and then when
its general.