Description Usage Arguments Value Examples
This function is used to estimate a covariance operator of stationary functional spatial data with respect to some lag h.
1 | fsd.covariance(Y = NULL, h, centered = FALSE, na.rm = FALSE, unbiased = FALSE)
|
Y |
the functional spatial data. Either an fd object or an array. |
h |
the spatial lag with respect to which the autocovariance is to be estimated. |
centered |
a boolean indicating whether or not the data is already centered. |
na.rm |
whether or not missing values should be ignored. |
unbiased |
whether or not to scale the estimator to be unbiased. FALSE by default. Is not used if na.rm is TRUE. |
the covariance matrix.
1 2 3 4 | ## Not run:
fsd.covariance(Y, h)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.