| simulate.intrinsicCBrSPDEobj | R Documentation |
The function samples a Gaussian random field based using the covariance-based rational SPDE approximation.
## S3 method for class 'intrinsicCBrSPDEobj'
simulate(
object,
nsim = 1,
seed = NULL,
kappa = NULL,
tau = NULL,
alpha = NULL,
beta = NULL,
integral.constraint = TRUE,
use_kl = NULL,
...
)
object |
The covariance-based rational SPDE approximation,
computed using |
nsim |
The number of simulations. |
seed |
An object specifying if and how the random number generator should be initialized (‘seeded’). |
kappa |
new value of kappa to use |
tau |
new value of tau to use |
alpha |
new value of alpha to use |
beta |
new value of beta to use |
integral.constraint |
Should the contraint on the integral be done? |
use_kl |
Simulate based on a KL expansion? |
... |
Currently not used. |
A matrix with the nsim samples as columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.