-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.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
# Generated by roxygen2: do not edit by hand
S3method(distanceMetric,custom)
S3method(distanceMetric,default)
S3method(plot,pc_cv)
S3method(plot,pc_effect)
S3method(plot,pc_fit)
S3method(plot,pc_matrix)
S3method(plot,pc_state)
S3method(plot_causality,default)
S3method(plot_causality,pc_full_details)
S3method(plot_components,pc_fit)
S3method(plot_total,pc_fit)
S3method(print,pc_accuracy)
S3method(print,pc_check)
S3method(print,pc_cv)
S3method(print,pc_effect)
S3method(print,pc_fit)
S3method(print,pc_full_details)
S3method(print,pc_matrix)
S3method(print,pc_nature)
S3method(print,pc_neighbors)
S3method(print,pc_params)
S3method(print,pc_point)
S3method(print,pc_state)
S3method(print,summary.pc_accuracy)
S3method(stateSpaceMethod,custom)
S3method(stateSpaceMethod,default)
S3method(summary,pc_accuracy)
S3method(summary,pc_cv)
S3method(summary,pc_effect)
S3method(summary,pc_fit)
S3method(summary,pc_full_details)
S3method(summary,pc_matrix)
S3method(summary,pc_neighbors)
S3method(summary,pc_params)
S3method(summary,pc_state)
export(distanceMetric)
export(optimalParametersSearch)
export(pcAccuracy)
export(pcCrossMatrix)
export(pcCrossValidation)
export(pcEffect)
export(pcFullDetails)
export(pcLightweight)
export(pcMatrix)
export(pc_cv)
export(pc_effect)
export(pc_matrix)
export(pc_params)
export(plot_causality)
export(plot_components)
export(plot_total)
export(stateSpace)
export(stateSpaceMethod)
export(validate_custom_fn_output)
import(statebins)