inla.spde.make.block.A {INLA} | R Documentation |
Constructs observation/prediction weight matrices for numerical integration
schemes for regional data problems. Primarily intended for internal use by
inla.spde.make.A()
.
inla.spde.make.block.A( A, block, n.block = max(block), weights = NULL, rescale = c("none", "count", "weights", "sum") )
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
|
Finn Lindgren finn.lindgren@gmail.com