-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
57 lines (56 loc) · 1.11 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
export(.anchor_colors)
export(R2_to_SNR)
export(R2_to_dB)
export(R_to_SNR)
export(R_to_dB)
export(SNR_to_R)
export(SNR_to_R2)
export(SNR_to_dB)
export(accuracy_analysis)
export(accuracy_db)
export(accuracy_plot_lite)
export(accuracy_results_frm_db)
export(add_time_ext)
export(cal_R2_SNR)
export(cal_R2_nist_dat)
export(cor_ccc)
export(cor_dcor)
export(cor_dhsic)
export(cor_kendall)
export(cor_mic)
export(cor_pearson)
export(cor_spearman)
export(cor_tcor)
export(cor_type2expr)
export(cor_xicor)
export(dB_to_R)
export(dB_to_R2)
export(dB_to_SNR)
export(eval_code_str)
export(gen_noise)
export(get_digits)
export(get_noised_y)
export(index_of_A_in_B)
export(load_all)
export(load_rbind)
export(load_rbind.data.table)
export(load_rbind_powerdf)
export(looser_pearson)
export(loosest_pearson)
export(r_score_theoretical)
export(recor)
export(scenario_index2)
export(scenarios2)
export(science_colours_six)
export(sharp_pearson)
export(supported_cor_expr)
export(timeit)
import(Rfast)
import(XICOR)
import(ccaPP)
import(coop)
import(dHSIC)
import(data.table)
import(dcov)
import(yardstick)