-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
69 lines (68 loc) · 1.68 KB
/
NAMESPACE
File metadata and controls
69 lines (68 loc) · 1.68 KB
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
# Generated by roxygen2: do not edit by hand
S3method(plot,EWSmethods)
export(FI)
export(II)
export(conda_clean)
export(default_sewsnet_path)
export(default_weights_path)
export(deseason_ts)
export(detrend_ts)
export(embed_ts)
export(ewsnet_finetune)
export(ewsnet_init)
export(ewsnet_predict)
export(ewsnet_reset)
export(imbalance_gain)
export(multiAR)
export(multiEWS)
export(multiJI)
export(multi_smap_jacobian)
export(mvi)
export(perm_rollEWS)
export(sewsnet_predict)
export(sewsnet_reset)
export(tuneII)
export(uniAR)
export(uniEWS)
export(uniJI)
export(uni_smap_jacobian)
importFrom(foreach,"%dopar%")
importFrom(ggplot2,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_alpha_manual)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(infotheo,discretize)
importFrom(infotheo,multiinformation)
importFrom(stats,acf)
importFrom(stats,approx)
importFrom(stats,ar)
importFrom(stats,cor.test)
importFrom(stats,cov)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,resid)
importFrom(stats,sd)
importFrom(stats,spec.ar)