harmsCut: Separates the matrices of the coefficients of harmonics

Description Usage Arguments Value

View source: R/harmCut.r

Description

This function is used in mfpca to cut the harmonic coefficient matrix. In fact mfpca call a c++ mfpca which return (among others) the matrix of the coefficients of the harmonics in the basis expantion. But in the multivariate case the coefficient matrix for all dimension are store in the same matrix, so we use this function to store each dimension in the specific matrix.

Usage

1
  harmsCut(harms, nbasis)

Arguments

harms

the coefficients matrix, see the description for more details

nbasis

vector containing the number of basis for each dimension

Value

a list of length dimension of the data which contain the harmonic coefficients matrix for each dimension


Funclustering documentation built on Nov. 25, 2018, 1:04 a.m.