Description Usage Arguments Details Value See Also Examples
This function performs a test on normality of some functional spatial data.
1 | fsd.jb.test(X.spca, Npc = NULL, L = NULL, var.method = "integral")
|
X.spca |
a spectral principal components analysis as performed by
|
Npc |
the number of spectral principal components to use for the test. |
L |
the maximum lag to compute the covariance of the scores during the computation of the autocovariances. |
var.method |
the method that is used to calculate the long-run variance of the SFPC scores. Either "direct" or "integral". |
To ensure accuracy of numerical integration during the Fourier
transform, the frequencies of F
should be a suitably dense grid.
A list with components
T4 |
the test statistic. |
p.value |
the p-value. |
df |
the degrees of freedom. |
T4.vector |
the vector of the test statistics for each single SPC. |
1 2 3 4 | ## Not run:
fsd.jb.test(F, L)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.