ITP1fourier
returns an object of class
"ITP1
".
An object of class "ITP1
" is a list containing at least the following components:
basisString vector indicating the basis used for the first phase of the algorithm. In this case equal to "Fourier"
.
testString vector indicating the type of test performed. In this case equal to "1pop"
.
muCenter of symmetry under the null hypothesis (as entered by the user).
coeffMatrix of dimensions c(n,p)
of the p
coefficients of the Fourier basis expansion. Rows are associated to units and columns to the basis index: the first column is a0, the following (p-1)/2
columns are the ak coefficients (sine coefficients) and the last (p-1)/2
columns the bk coefficients (cosine coefficients).
pvalUncorrected p-values for each frequency.
pval.matrixMatrix of dimensions c(p,p)
of the p-values of the multivariate tests. The element (i,j)
of matrix pval.matrix
contains the p-value of the joint NPC test of the components (j,j+1,...,j+(p-i))
.
corrected.pvalCorrected p-values for each frequency.
labelsLabels indicating the population membership of each data (in this case always equal to 1
).
data.evalEvaluation on a fine uniform grid of the functional data obtained through the basis expansion.
heatmap.matrixHeatmap matrix of p-values (used only for plots).