Learn R Programming

FPCA3D (version 1.0)

FPCA3D-package: FPCA3D

Description

FPCA3D

Arguments

Details

The DESCRIPTION file: FPCA3D FPCA3D data_in = array(runif(4000,0,1),dim=c(10,10,10,4)) test = FPCA_3D_score(data_in,0.8)

References

Lin N, Jiang J, Guo S, Xiong M. Functional Principal Component Analysis and Randomized Sparse Clustering Algorithm for Medical Image Analysis. PLOS ONE. 2015;10(7):e0132945.

See Also

FFT2FS_3D, FPCA_3D_score

Examples

Run this code
# NOT RUN {
data_in = array(runif(4000,0,1),dim=c(10,10,10,4))
test = FPCA_3D_score(data_in,0.8)
# }

Run the code above in your browser using DataLab