-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathNAMESPACE
105 lines (104 loc) · 2.43 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Generated by roxygen2: do not edit by hand
S3method(boxplot,ampbox)
S3method(boxplot,curvebox)
S3method(boxplot,fdawarp)
S3method(boxplot,phbox)
S3method(plot,fdakma)
S3method(plot,fdawarp)
S3method(plot,hfpca)
S3method(plot,jfpca)
S3method(plot,jfpcah)
S3method(plot,vfpca)
S3method(predict,hfpca)
S3method(predict,jfpca)
S3method(predict,jfpcah)
S3method(predict,lpcr)
S3method(predict,mlpcr)
S3method(predict,pcr)
S3method(predict,vfpca)
S3method(summary,fdawarp)
export(SqrtMean)
export(SqrtMeanInverse)
export(SqrtMedian)
export(align_fPCA)
export(bootTB)
export(calc_shape_dist)
export(curve2srvf)
export(curve_boxplot)
export(curve_depth)
export(curve_dist)
export(curve_geodesic)
export(curve_karcher_cov)
export(curve_karcher_mean)
export(curve_pair_align)
export(curve_principal_directions)
export(curve_srvf_align)
export(curve_to_q)
export(discrete2curve)
export(discrete2warping)
export(elastic.depth)
export(elastic.distance)
export(elastic.lpcr.regression)
export(elastic.mlpcr.regression)
export(elastic.pcr.regression)
export(elastic_amp_change_ff)
export(elastic_change_fpca)
export(elastic_ph_change_ff)
export(f_plot)
export(f_to_srvf)
export(function_group_warp_bayes)
export(gam_to_h)
export(gam_to_v)
export(gauss_model)
export(get_curve_centroid)
export(get_distance_matrix)
export(get_hilbert_sphere_distance)
export(get_identity_warping)
export(get_l2_distance)
export(get_l2_inner_product)
export(get_l2_norm)
export(get_shape_distance)
export(get_warping_distance)
export(gradient)
export(h_to_gam)
export(horizFPCA)
export(inv_exp_map)
export(invertGamma)
export(jointFPCA)
export(jointFPCAh)
export(joint_gauss_model)
export(kmeans_align)
export(multiple_align_functions)
export(multivariate_karcher_mean)
export(optimum.reparam)
export(outlier.detection)
export(pair_align_functions)
export(pair_align_functions_bayes)
export(pair_align_functions_expomap)
export(pair_align_image)
export(pcaTB)
export(plot_curve)
export(q_to_curve)
export(reparam_curve)
export(reparam_image)
export(resamplecurve)
export(rgam)
export(sample_shapes)
export(shape_CI)
export(smooth.data)
export(srvf2curve)
export(srvf_to_f)
export(time_warping)
export(to_hilbert_sphere)
export(v_to_gam)
export(vertFPCA)
export(warp_curve)
export(warp_f_gamma)
export(warp_q_gamma)
export(warp_srvf)
importFrom(Rcpp,sourceCpp)
importFrom(coda,effectiveSize)
importFrom(foreach,"%dopar%")
importFrom(graphics,boxplot)
importFrom(graphics,plot)
useDynLib(fdasrvf, .registration = TRUE)