forked from business-science/anomalize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
55 lines (54 loc) · 1.53 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
# Generated by roxygen2: do not edit by hand
S3method(anomalize,default)
S3method(anomalize,grouped_df)
S3method(anomalize,tbl_df)
S3method(plot_anomalies,default)
S3method(plot_anomalies,tbl_time)
S3method(plot_anomaly_decomposition,default)
S3method(plot_anomaly_decomposition,grouped_tbl_time)
S3method(plot_anomaly_decomposition,tbl_time)
S3method(prep_tbl_time,data.frame)
S3method(prep_tbl_time,default)
S3method(prep_tbl_time,tbl_time)
S3method(time_apply,data.frame)
S3method(time_apply,default)
S3method(time_apply,grouped_df)
S3method(time_decompose,default)
S3method(time_decompose,grouped_df)
S3method(time_decompose,grouped_tbl_time)
S3method(time_decompose,tbl_df)
S3method(time_decompose,tbl_time)
S3method(time_recompose,default)
S3method(time_recompose,grouped_df)
S3method(time_recompose,grouped_tbl_time)
S3method(time_recompose,tbl_df)
S3method(time_recompose,tbl_time)
export(anomalize)
export(decompose_stl)
export(decompose_twitter)
export(gesd)
export(get_time_scale_template)
export(iqr)
export(plot_anomalies)
export(plot_anomaly_decomposition)
export(prep_tbl_time)
export(set_time_scale_template)
export(time_apply)
export(time_decompose)
export(time_frequency)
export(time_recompose)
export(time_scale_template)
export(time_trend)
import(ggplot2)
importFrom(dplyr,"%>%")
importFrom(dplyr,contains)
importFrom(dplyr,n)
importFrom(dplyr,quo_name)
importFrom(dplyr,row_number)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(stats,as.formula)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,qt)