materncov.bands | R Documentation |
Evaluate the covariance function for an inla.spde objectPlots the posterior distribution of the range, log(range), variance, or log(variance) parameter of a model's SPDE component. Can also plot Matern correlation or covariance function.
materncov.bands(
manifold,
dist,
log.range,
log.variance = NULL,
alpha = 2,
quantile = 0.95,
n = 64,
S1.L = NULL
)
manifold |
Either "R1", "S1", "R2", or "S2", from
|
dist |
A vector of distances at which to calculate the covariances/correlations |
log.range |
A scalar or a list (mean, sd), such as produced by
|
log.variance |
Either |
alpha |
The SPDE operator order. Default 2. |
quantile |
The target credible probability. Default 0.95. |
n |
The number of parameter combinations to use for the approximation. Default 64. |
S1.L |
For |
Uses a Gaussian assumption for the internal model parameters, and finds a
region in parameter space with approximately quantile
probability.
A list with estimated covariance or correlation (when log.variance
is NULL
) functions:
lower |
An approximate lower bound for the |
median |
The function for for the approximate median parameters quantile |
upper |
An approximate upper bound for the |
Finn Lindgren Finn.Lindgren@ed.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.