Hi there,
I want to describe the difference of the default priors of the spde model in my paper.
I write:
The default priors are assigned to the SPDE hyperparameters $\tau$ (overall precision of the spatial field) and $\kappa$ (inverse range scaling), which lack a direct physical interpretation. However, they are coupled to the correlation range $\rho$ and marginal standard deviation $\sigma$ only through:
\begin{equation}
\kappa = \frac{\sqrt{8\nu}}{\rho} and
\tau = \frac{1}\sigma\,\kappa^{\nu}\sqrt{4\pi}},
\label{eq:kappa_tau}
\end{equation}
where the smoothness parameter $\nu$ is fixed by $\alpha=\nu+d/2\in [1,2]$. In our case $d=2$ and depending on the covariance function, we set $\alpha=2$ for the Matérn model or $\alpha=1.5$ for the Exponential one.
The SPDE hyperparameters are in INLA internally log-transformed with $ \log(\tau)=\theta_1 $ and $ \log(\kappa)=\theta_2$ and follow a
joint Gaussian prior, independent by default \cite{Lindgren2015}:
\begin{equation}
\theta_1 \sim \mathcal{N}(\mu_{\theta_1},\, 10),
\qquad
\theta_2 \sim \mathcal{N}(\mu_{\theta_2},\, 10),
\end{equation}
where the prior variance is very weakly informative, and the means $\mu_{\theta_1}$, $\mu_{\theta_2}$ are set heuristically by \texttt{inla.spde2.matern()} to match the mesh geometry: the prior median range is fixed at 20\% of the mesh diameter $d(\mathcal{M})$, giving
\begin{equation}
\mu_{\theta_2} = \log\!\left(\frac{\sqrt{8\nu}}{0.2\,d(\mathcal{M})}\right),
\end{equation}
with $\mu_{\theta_1}$ derived from $\mu_{\theta_2}$ under unit nominal
marginal variance.
Consequently, placing a flat prior on $\log \kappa$ does \emph{not} imply a flat prior on the physically meaningful range $\rho$, making it difficult to encode hydrogeological knowledge directly. Crucially, this means the default prior changes with
every mesh, conflating the effect of mesh resolution with the effect of
the prior — a confounding absent from the PC prior branch.
Is this correct since the priors are not really explained, besides that theta1 and theta2 have a multivariate gaussian distribution.? Do I need to cite this: \begin{equation}
\mu_{\theta_2} = \log\!\left(\frac{\sqrt{8\nu}}{0.2\,d(\mathcal{M})}\right),
\end{equation}
which I have from another blog post within this discussion group?
Thank you for your valuable help.
Best, Corinna