-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
37 lines (36 loc) · 933 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Generated by roxygen2: do not edit by hand
S3method(plot,robfpca.partial)
S3method(predict,funPCA)
S3method(predict,robfpca.partial)
S3method(print,robfpca.partial)
export(check_eigen_sign)
export(cov_ogk)
export(cv.cov_ogk)
export(funPCA)
export(get_corr_eigen)
export(get_delaigle_cov)
export(get_delaigle_eigen)
export(get_eigen)
export(get_ise)
export(get_kraus_eigen)
export(list2matrix)
export(list2rbind)
export(matrix2list)
export(robfpca.partial)
export(sim_corr)
export(sim_delaigle)
export(sim_kraus)
import(stats)
importFrom(MASS,fitdistr)
importFrom(Rcpp,sourceCpp)
importFrom(RobStatTM,locScaleM)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
useDynLib(robfpca, .registration = TRUE)