Description Usage Arguments Details Value See Also Examples
This function is used to simulate a sample from a spatial functional ARMA (SFARMA) process using a normal or t-distributed noise process.
1 2 3 4 5 6 7 8 9 10 11 12 |
n |
the sample size. |
Sigma |
the covariance matrix of the noise. |
ARfilter |
the functional spatial filter of the autoregressive part. |
MAfilter |
the functional spatial filter of the moving-average part. |
burnin |
the number of grid points to add on each side of the sample to achieve stationarity. |
basisobj |
the basis of the functional data. |
noise |
the noise distribution to use. Either "normal" or an integer for the degrees of freedom of a multivariate Student's t-distribution. |
do.fixed.point |
whether to always use a fixed point iteration. |
max.iter |
the maximum number of iterations in the fixed point iteration. |
eps |
the stopping criterion for the fixed point iteration. |
Please note that convergence in the fixed point iteration depends strongly on
the sample size and the structure of the AR filter. For certain choices of
parameters, even more than n
iterations may be needed.
one sample of the SFARMA process.
1 2 3 4 | ## Not run:
fsd.sfarma(n, Sigma, ARfilter, MAfilter, basisobj)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.