-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathNAMESPACE
More file actions
133 lines (132 loc) · 3.53 KB
/
NAMESPACE
File metadata and controls
133 lines (132 loc) · 3.53 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# Generated by roxygen2: do not edit by hand
S3method(as_lag,default)
S3method(as_lag,interval)
S3method(components,classical_decomposition)
S3method(components,feasts_x13arimaseats)
S3method(components,stl_decomposition)
S3method(components,x11_decomposition)
S3method(components,x13_decomposition)
S3method(fitted,stl_decomposition)
S3method(floor_tsibble_date,default)
S3method(floor_tsibble_date,numeric)
S3method(floor_tsibble_date,yearmonth)
S3method(floor_tsibble_date,yearquarter)
S3method(floor_tsibble_date,yearweek)
S3method(format,cf_lag)
S3method(generate,stl_decomposition)
S3method(index_valid,cf_lag)
S3method(interval_pull,cf_lag)
S3method(model_sum,classical_decomposition)
S3method(model_sum,feasts_x13arimaseats)
S3method(model_sum,stl_decomposition)
S3method(outliers,feasts_x13arimaseats)
S3method(report,feasts_x13arimaseats)
S3method(residuals,stl_decomposition)
S3method(vec_arith,cf_lag)
S3method(vec_cast,cf_lag)
S3method(vec_cast.cf_lag,default)
S3method(vec_cast.cf_lag,double)
S3method(vec_cast.character,cf_lag)
S3method(vec_cast.double,cf_lag)
S3method(vec_ptype2,cf_lag)
S3method(vec_ptype2.cf_lag,default)
S3method(vec_ptype2.cf_lag,double)
S3method(vec_ptype2.double,cf_lag)
S3method(vec_ptype_full,cf_lag)
export("%>%")
export(ACF)
export(CCF)
export(PACF)
export(STL)
export(X_13ARIMA_SEATS)
export(as_tsibble)
export(autolayer)
export(autoplot)
export(box_pierce)
export(classical_decomposition)
export(coef_hurst)
export(cointegration_johansen)
export(cointegration_phillips_ouliaris)
export(feat_acf)
export(feat_intermittent)
export(feat_pacf)
export(feat_spectral)
export(feat_stl)
export(gg_arma)
export(gg_irf)
export(gg_lag)
export(gg_season)
export(gg_subseries)
export(gg_tsdisplay)
export(gg_tsresiduals)
export(guerrero)
export(ljung_box)
export(longest_flat_spot)
export(n_crossing_points)
export(n_flat_spots)
export(portmanteau_tests)
export(shift_kl_max)
export(shift_level_max)
export(shift_var_max)
export(stat_arch_lm)
export(unitroot_kpss)
export(unitroot_ndiffs)
export(unitroot_nsdiffs)
export(unitroot_pp)
export(var_tiled_mean)
export(var_tiled_var)
import(rlang)
import(tsibble)
import(vctrs)
importFrom(dplyr,"%>%")
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lead)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(fabletools,as_dable)
importFrom(fabletools,components)
importFrom(fabletools,generate)
importFrom(fabletools,get_frequencies)
importFrom(fabletools,model_sum)
importFrom(fabletools,new_model_class)
importFrom(fabletools,new_model_definition)
importFrom(fabletools,outliers)
importFrom(fabletools,report)
importFrom(ggplot2,autolayer)
importFrom(ggplot2,autoplot)
importFrom(ggtime,gg_arma)
importFrom(ggtime,gg_irf)
importFrom(ggtime,gg_lag)
importFrom(ggtime,gg_season)
importFrom(ggtime,gg_subseries)
importFrom(ggtime,gg_tsdisplay)
importFrom(ggtime,gg_tsresiduals)
importFrom(lubridate,as_date)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,years)
importFrom(stats,as.ts)
importFrom(stats,coef)
importFrom(stats,decompose)
importFrom(stats,embed)
importFrom(stats,frequency)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,na.contiguous)
importFrom(stats,optimise)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,stl)
importFrom(stats,ts)
importFrom(stats,var)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tsibble,as_tsibble)
importFrom(utils,tail)
importFrom(vctrs,vec_cast)
importFrom(vctrs,vec_ptype2)