ECFsup (version 0.1-2)

KSCovsup: Sup-norm based test of equality of several covariance functions

Description

Sup-norm test of equality of several covariance functions, using resampling to approximate the null distribution.

Usage

KSCovsup(data, Nsim = 1000)

Arguments

data

The list variable containing k groups of presmoothed functional observations. Each element of the list is a p (number sampling points) by n (sample size) matrix.

Nsim

Number of pseudo samples by resampling, default=1000.

Value

The p-value of the test.

Details

Sup-norm test of equality of several covariance functions, see GUO et al. (2017).

References

GUO et al. (2017).

See Also

KSCovL2WS, KSCovL2.

Examples

Run this code
fdata<-list();
fdata[[1]]<-matrix(rnorm(200),20,10);
fdata[[1]]<-matrix(rnorm(300),20,15);
KSCovsup(fdata)
KSCovsup(fdata, 500)

Run the code above in your browser using DataCamp Workspace