-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
97 lines (96 loc) · 2.48 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
# Generated by roxygen2: do not edit by hand
S3method(plot,capacc)
export(PiS)
export(PiW)
export(additional_power_runs)
export(adjacency_mat)
export(all_changing_var_runs)
export(all_cpt_est_runs)
export(all_known_cpt_runs10)
export(all_known_cpt_runs100)
export(all_known_power_runs10)
export(all_known_power_runs100)
export(all_multiple_anom_runs10)
export(all_multiple_anom_runs100)
export(all_small_classify_runs)
export(all_subset_est_runs)
export(anomalies_from_cpt)
export(banded_neighbours)
export(boxplot_cpt_est)
export(capa.cc)
export(car_precision_mat)
export(centralise)
export(changing_var_runs)
export(classify_anom)
export(collective_anomalies)
export(cor_inspect)
export(cpt.cc)
export(cpt_est_runs)
export(cpt_mse_table)
export(curve_params)
export(cusum.transform)
export(get_penalty)
export(get_tuned_penalty)
export(grid_plot_cpt_est)
export(grid_plot_power)
export(grid_plot_power_MLE)
export(grid_plot_power_known_anom)
export(grid_plot_power_known_anom_Wishart)
export(grid_plot_power_known_cpt)
export(grid_plots_power)
export(iid_penalty)
export(iid_point_penalty)
export(init_data)
export(known_anom_Wishart_power_runs)
export(known_anom_power_runs)
export(known_anom_power_runs_MLE)
export(known_cpt_power_runs)
export(known_dense_anom_power_runs)
export(lattice_neighbours)
export(locate.change)
export(low_dim_exact_power_runs)
export(method_params)
export(multiple_anom_runs)
export(pll_test)
export(plot_cpt_distr)
export(plot_cpt_ests)
export(plot_expected_saving)
export(plot_penalty)
export(plot_power_curve)
export(plot_power_known_dense_anom)
export(plot_single_known_anom_MLE)
export(point_anomalies)
export(power.method)
export(power_curve)
export(power_runs)
export(prop_mean_roc)
export(prop_ss_roc)
export(random_neighbours)
export(rescale.variance)
export(robust_sparse_precision)
export(saving_distr)
export(saving_distr_quick)
export(sim_cpt_est)
export(sim_subset_est)
export(simple_example)
export(simulate_cor)
export(simulate_detection)
export(simulate_detection_known)
export(single_cor_inspect)
export(single_known_anom_MLE_run)
export(small_classify_runs)
export(sparse.svd)
export(subset_est_runs)
export(test_runtime)
export(tune_many)
export(tune_penalty)
export(tuning_params)
export(var_pgl)
export(vector.norm)
export(vector.soft.thresh)
export(write_all_mses)
export(write_cpt_mse)
import(graphics)
import(stats)
importFrom(Rcpp,sourceCpp)
useDynLib(capacc, .registration = TRUE)