Observation matrix for space-time models
Usage
rSPDE.Ast(
mesh_space = NULL,
space_loc = NULL,
mesh_time = NULL,
time_loc = NULL,
graph = NULL,
obs.s = NULL,
obs.t = NULL
)
Arguments
- mesh_space
mesh object for models on 1d or 2d domains
- space_loc
mesh locations for models on 1d domains
- mesh_time
mesh object for time discretization
- time_loc
mesh locations for time discretization
- graph
MetricGraph object for models on metric graphs
- obs.s
spatial locations of observations
- obs.t
time points for observations