-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
100 lines (99 loc) · 2.4 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
# Generated by roxygen2: do not edit by hand
S3method(check_input,data.frame)
S3method(check_input,default)
S3method(check_input,matrix)
S3method(check_input,numeric)
S3method(check_input,tbl)
S3method(check_input,xts)
S3method(check_p,"NULL")
S3method(check_p,data.frame)
S3method(check_p,default)
S3method(check_p,ffp)
S3method(check_p,matrix)
S3method(check_p,numeric)
S3method(check_p,tbl)
S3method(check_p,xts)
S3method(cma_separation,data.frame)
S3method(cma_separation,default)
S3method(cma_separation,matrix)
S3method(cma_separation,tbl)
S3method(cma_separation,xts)
S3method(fit_ghd,default)
S3method(fit_ghd,matrix)
S3method(fit_ghd,tbl)
S3method(fit_ghd,xts)
S3method(fit_hyp,default)
S3method(fit_hyp,matrix)
S3method(fit_hyp,tbl)
S3method(fit_hyp,xts)
S3method(fit_nig,default)
S3method(fit_nig,matrix)
S3method(fit_nig,tbl)
S3method(fit_nig,xts)
S3method(fit_normal,default)
S3method(fit_normal,matrix)
S3method(fit_normal,tbl)
S3method(fit_normal,xts)
S3method(fit_t,default)
S3method(fit_t,matrix)
S3method(fit_t,tbl)
S3method(fit_t,xts)
S3method(fit_vg,default)
S3method(fit_vg,matrix)
S3method(fit_vg,tbl)
S3method(fit_vg,xts)
S3method(obj_print_data,cma_copula)
S3method(obj_print_data,cma_fit)
S3method(obj_print_data,cma_separation)
S3method(obj_print_data,marginal)
S3method(obj_print_data,panic_copula)
S3method(obj_print_header,cma_copula)
S3method(obj_print_header,cma_fit)
S3method(obj_print_header,cma_separation)
S3method(obj_print_header,marginal)
S3method(obj_print_header,panic_copula)
export(":=")
export(.data)
export(as_label)
export(as_name)
export(check_input)
export(cma_combination)
export(cma_separation)
export(copula_transformation)
export(empirical_stats)
export(enquo)
export(enquos)
export(expr)
export(fit_copula_clayton)
export(fit_copula_frank)
export(fit_copula_gumbel)
export(fit_copula_joe)
export(fit_copula_normal)
export(fit_copula_t)
export(fit_ghd)
export(fit_hyp)
export(fit_nig)
export(fit_normal)
export(fit_t)
export(fit_vg)
export(generate_copulas)
export(generate_margins)
export(match_normal)
export(match_t)
export(panic_copula)
export(plot_panic_distribution)
export(sym)
export(syms)
import(ffp)
import(vctrs)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(vctrs,obj_print_data)
importFrom(vctrs,obj_print_header)