the meaning of theta1 and theta2 in model hyperparameters #51
-
Hi, I'm using INLA and SPDE models, I wonder about the meaning of theta1 and theta2 in model hyperparameters ("w" is the name of SPDE here), I guess they represent the latitudinal and longitudinal effects here, is that a good guess?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
It depends on precisely which SPDE model you have, but for |
Beta Was this translation helpful? Give feedback.
It depends on precisely which SPDE model you have, but for$log(\tau)$ and $\log(\kappa)$ . The function
inla.spde.2matern
they are (by default; it's user-redefinable)inla.spde.result()
can be used to help convert them to range and variance values.But I would recommend using
inla.spde2.pcmatern()
for the model specification instead, which automatically converts the internal parameters to range and standard deviation.