| inla.spde.make.block.A {INLA} | R Documentation |
Observation matrices for mesh models.
Description
Constructs observation/prediction weight matrices for numerical integration
schemes for regional data problems. Primarily intended for internal use by
inla.spde.make.A().
Usage
inla.spde.make.block.A(
A,
block,
n.block = max(block),
weights = NULL,
rescale = c("none", "count", "weights", "sum")
)
Arguments
A |
A precomputed observation/prediction matrix for locations that are to be joined. |
block |
Indices specifying block groupings: Entries with the same
|
n.block |
The number of blocks. |
weights |
Optional scaling weights to be applied row-wise to the input
|
rescale |
Specifies what scaling method should be used when joining the
rows of the
|
Author(s)
Finn Lindgren finn.lindgren@gmail.com