forked from business-science/timetk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
98 lines (97 loc) · 2.92 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
# Generated by roxygen2: do not edit by hand
S3method(has_timetk_idx,Arima)
S3method(has_timetk_idx,HoltWinters)
S3method(has_timetk_idx,StructTS)
S3method(has_timetk_idx,baggedETS)
S3method(has_timetk_idx,bats)
S3method(has_timetk_idx,data.frame)
S3method(has_timetk_idx,decomposed.ts)
S3method(has_timetk_idx,default)
S3method(has_timetk_idx,ets)
S3method(has_timetk_idx,forecast)
S3method(has_timetk_idx,fracdiff)
S3method(has_timetk_idx,nnetar)
S3method(has_timetk_idx,robets)
S3method(has_timetk_idx,stl)
S3method(has_timetk_idx,stlm)
S3method(has_timetk_idx,ts)
S3method(has_timetk_idx,xts)
S3method(has_timetk_idx,zoo)
S3method(has_timetk_idx,zooreg)
S3method(tk_augment_timeseries_signature,data.frame)
S3method(tk_augment_timeseries_signature,default)
S3method(tk_augment_timeseries_signature,xts)
S3method(tk_augment_timeseries_signature,zoo)
S3method(tk_get_timeseries_signature,Date)
S3method(tk_get_timeseries_signature,POSIXt)
S3method(tk_get_timeseries_signature,default)
S3method(tk_get_timeseries_signature,numeric)
S3method(tk_get_timeseries_signature,yearmon)
S3method(tk_get_timeseries_signature,yearqtr)
S3method(tk_get_timeseries_summary,Date)
S3method(tk_get_timeseries_summary,POSIXt)
S3method(tk_get_timeseries_summary,default)
S3method(tk_get_timeseries_summary,numeric)
S3method(tk_get_timeseries_summary,yearmon)
S3method(tk_get_timeseries_summary,yearqtr)
S3method(tk_index,Arima)
S3method(tk_index,HoltWinters)
S3method(tk_index,StructTS)
S3method(tk_index,baggedETS)
S3method(tk_index,bats)
S3method(tk_index,data.frame)
S3method(tk_index,decomposed.ts)
S3method(tk_index,default)
S3method(tk_index,ets)
S3method(tk_index,forecast)
S3method(tk_index,fracdiff)
S3method(tk_index,nnetar)
S3method(tk_index,robets)
S3method(tk_index,stl)
S3method(tk_index,stlm)
S3method(tk_index,ts)
S3method(tk_index,xts)
S3method(tk_index,zoo)
S3method(tk_index,zooreg)
S3method(tk_make_future_timeseries,Date)
S3method(tk_make_future_timeseries,POSIXt)
S3method(tk_make_future_timeseries,numeric)
S3method(tk_make_future_timeseries,yearmon)
S3method(tk_make_future_timeseries,yearqtr)
S3method(tk_tbl,data.frame)
S3method(tk_tbl,default)
S3method(tk_tbl,irts)
S3method(tk_tbl,matrix)
S3method(tk_tbl,msts)
S3method(tk_tbl,timeSeries)
S3method(tk_tbl,ts)
S3method(tk_tbl,xts)
S3method(tk_tbl,zoo)
S3method(tk_tbl,zooreg)
S3method(tk_xts_,data.frame)
S3method(tk_xts_,default)
S3method(tk_xts_,ts)
S3method(tk_xts_,zooreg)
export(has_timetk_idx)
export(tk_augment_timeseries_signature)
export(tk_get_timeseries_signature)
export(tk_get_timeseries_summary)
export(tk_get_timeseries_unit_frequency)
export(tk_get_timeseries_variables)
export(tk_index)
export(tk_make_future_timeseries)
export(tk_tbl)
export(tk_ts)
export(tk_ts_)
export(tk_ts_.data.frame)
export(tk_ts_.default)
export(tk_xts)
export(tk_xts_)
export(tk_zoo)
export(tk_zoo_)
export(tk_zooreg)
export(tk_zooreg_)
export(tk_zooreg_.data.frame)
export(tk_zooreg_.default)
importFrom(dplyr,"%>%")
importFrom(xts,xts)