precision.inla_rspde {rSPDE} | R Documentation |
Get the precision matrix of inla_rspde
objects
Description
Function to get the precision matrix of an inla_rspde
object created with the rspde.matern()
function.
Usage
## S3 method for class 'inla_rspde'
precision(object, theta = NULL, ...)
Arguments
object |
The |
theta |
If null, the starting values for theta will be used. Otherwise, it must be suplied as a vector.
For stationary models, we have |
... |
Currently not used. |
Value
The precision matrix.
See Also
precision.CBrSPDEobj()
, matern.operators()
[Package rSPDE version 2.3.3 Index]