On 18 March 2013 14:13, Lennon <
lenno...@gmail.com> wrote:
> My question is what does alpha mean? In 2d space, alpha = nu-1, if I specify
> alpha = 1 then it is modelling matern nu=0?
alpha is the, possibly fractional, order of the differential operator
in the SPDE.
For Matérn models, the corresponding smoothness parameter nu is
alpha-dimension/2.
As you write, dim=2, alpha=1 gives nu=0, which isn't strictly a valid
Matérn model, since it gives a generalised covariance function. In
that case, the SPDE generates a process which only has meaning as a
random measure, and cannot strictly be interpreted in individual
locations. The discretised version is however still interpretable
with great care; for a regular lattice it gives a first order
conditional autoregression model, which has been quite popular as a
simple smoothing model.
> and how do we model matern with
> roughness 2?
For dim=2, that corresponds to alpha=3. The SPDE/GMRF JRSSB Lindgren
et al 2011 paper (see "papers" on
r-inla.org) details what the
precision matrix for that case is, but it is not currently available
as a model in r-inla.
However, if your model lives on a regular lattice however, the
"matern2d" model should allow you to construct such a model.
Finn