ECFsup-package: Equal Covariance Functions Testing by L2-Norm and Sup-Norm

Description Details Author(s) References Examples

Description

Testing the equality of several covariance functions of functional data. Four different methods are implemented: L2-norm with W-S naive, L2-norm with W-S bias-reduced, L2-norm (Zhang 2013) <ISBN:9781439862735>, and sup-norm with resampling (Guo et al. 2017) <arXiv:1609.04232>.

Details

The DESCRIPTION file: This package was not yet installed at build time.

Index: This package was not yet installed at build time.
Testing equality of several covariance functions of functional data. Four different methods are implemented: L2-norm using W-S naive method, L2-norm using W-S bias-reduced method, L2-norm (ZHANG 2013, GUO et al. 2016), and sup-norm using resampling method (GUO et al. 2017). The input functional data should have been registered and presmoothed. See Ramsay and Silverman (2005) Ch.7 for registration, Zhang (2013) Ch.3 for presmoothing. Tools for preprocessing raw functional data are available in R package fda, see also Ramsay et al. (2009).

Author(s)

Jia Guo, Bu Zhou, Jin-Ting Zhang

Maintainer: Bu Zhou <bu.zhou@u.nus.edu>

References

[GUO et al. (2016)], Guo, J., Zhou, B., Zhang, J.-T. (2016). A further study of an L2-norm based test for the equality of several covariance functions. https://arxiv.org/abs/1609.04231

[GUO et al. (2017)], Guo, J., Zhou, B., Zhang, J.-T. (2017). Testing the equality of several covariance functions for functional data: a supremum-norm based test. https://arxiv.org/abs/1609.04232

[PAPARODITIS and SAPATINAS (2016)], Paparoditis, E., Sapatinas, T. (2016). Bootstrap-based testing of equality of mean functions or equality of covariance operators for functional data. Biometrika, 103, 727–733. doi: 10.1093/biomet/asw033

[RAMSAY and SILVERMAN (2005)], Ramsay, J. O., Silverman, B. W. (2005). Functional Data Analysis. Springer. doi: 10.1007/b98888

[RAMSAY et al. (2009)], Ramsay, J. O., Hooker, G., Graves, S. (2009). Functional data analysis with R and MATLAB. Springer. doi: 10.1007/978-0-387-98185-7

[ZHANG (2013)], Zhang, J.-T. (2013). Analysis of variance for functional data. CRC Press.

Examples

1
2
3
4
fdata<-list();
fdata[[1]]<-matrix(rnorm(200),20,10);
fdata[[1]]<-matrix(rnorm(300),20,15);
KSCovL2(fdata);KSCovsup(fdata);

ECFsup documentation built on May 2, 2019, 1:08 p.m.