Samples the hybrid SPDE model
$$L^{\alpha/2}(\tau Y(s)) = \beta X(s) + W(s)$$
by first sampling the mean-zero part using the simulation method of
the underlying spde.matern.operators() approximation and then
adding the deterministic mean
\(\mu = \tau^{-1} \beta L^{-\alpha/2} X\).
Usage
# S3 method for class 'hybrid_spde'
simulate(object, nsim = 1, seed = NULL, ...)Arguments
- object
A
hybrid_spdeobject returned byhybrid.spde().- nsim
Number of samples to generate.
- seed
Optional integer used to initialise the random number generator.
- ...
Additional arguments passed to the underlying simulate method (e.g. updated parameter values).
