powered by
This function calculates vertical functional principal component analysis on aligned data
horizFPCA(warp_data, no, showplot = TRUE)
fdawarp object from time_warping of aligned data
number of principal components to extract
show plots of principal directions (default = T)
Returns a hfpca object containing
warping functions principal directions
srvf principal directions
latent values
eigenvectors
shooting vectors
Karcher Mean
Tucker, J. D., Wu, W., Srivastava, A., Generative Models for Function Data using Phase and Amplitude Separation, Computational Statistics and Data Analysis (2012), 10.1016/j.csda.2012.12.001.
# NOT RUN { data("simu_warp") hfpca = horizFPCA(simu_warp,no = 3) # }
Run the code above in your browser using DataLab