-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
123 lines (122 loc) · 3.5 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Generated by roxygen2: do not edit by hand
S3method(predict,Sarima_stan_fit_impl)
S3method(predict,adaptive_spline_stan_fit_impl)
S3method(predict,bayesian_structural_stan_fit_impl)
S3method(predict,exp_smoothing_stan_fit_impl)
S3method(predict,garch_stan_fit_impl)
S3method(predict,gen_additive_stan_fit_impl)
S3method(predict,random_walk_stan_fit_impl)
S3method(predict,ssm_stan_fit_impl)
S3method(predict,svm_stan_fit_impl)
S3method(print,Sarima_stan_fit_impl)
S3method(print,adaptive_spline)
S3method(print,adaptive_spline_stan_fit_impl)
S3method(print,additive_state_space)
S3method(print,bayesian_structural_reg)
S3method(print,bayesian_structural_stan_fit_impl)
S3method(print,exp_smoothing_stan_fit_impl)
S3method(print,exponential_smoothing)
S3method(print,garch_reg)
S3method(print,garch_stan_fit_impl)
S3method(print,gen_additive_reg)
S3method(print,gen_additive_stan_fit_impl)
S3method(print,random_walk_reg)
S3method(print,random_walk_stan_fit_impl)
S3method(print,sarima_reg)
S3method(print,ssm_stan_fit_impl)
S3method(print,svm_reg)
S3method(print,svm_stan_fit_impl)
S3method(translate,adaptive_spline)
S3method(translate,additive_state_space)
S3method(translate,bayesian_structural_reg)
S3method(translate,exponential_smoothing)
S3method(translate,garch_reg)
S3method(translate,gen_additive_reg)
S3method(translate,random_walk_reg)
S3method(translate,sarima_reg)
S3method(translate,svm_reg)
S3method(update,adaptive_spline)
S3method(update,additive_state_space)
S3method(update,bayesian_structural_reg)
S3method(update,exponential_smoothing)
S3method(update,garch_reg)
S3method(update,gen_additive_reg)
S3method(update,random_walk_reg)
S3method(update,sarima_reg)
S3method(update,svm_reg)
export("%>%")
export(":=")
export(.data)
export(Sarima_stan_fit_impl)
export(Sarima_stan_predict_impl)
export(adapt_delta)
export(adaptive_spline)
export(adaptive_spline_stan_fit_impl)
export(adaptive_spline_stan_predict_impl)
export(additive_state_space)
export(arch_order)
export(as_label)
export(as_name)
export(asymmetry)
export(bayesian_structural_reg)
export(bayesian_structural_stan_fit_impl)
export(bayesian_structural_stan_predict_impl)
export(damped_model)
export(enquo)
export(enquos)
export(error_method)
export(exp_smoothing_stan_fit_impl)
export(exp_smoothing_stan_predict_impl)
export(exponential_smoothing)
export(expr)
export(garch_order)
export(garch_reg)
export(garch_stan_fit_impl)
export(garch_stan_predict_impl)
export(garch_t_student)
export(gen_additive_reg)
export(gen_additive_stan_fit_impl)
export(gen_additive_stan_predict_impl)
export(markov_chains)
export(max_categorical_degree)
export(max_degree)
export(method)
export(mgarch_order)
export(min_basis_points)
export(non_seasonal_ar)
export(non_seasonal_differences)
export(non_seasonal_ma)
export(random_walk_reg)
export(random_walk_stan_fit_impl)
export(random_walk_stan_predict_impl)
export(sarima_reg)
export(seasonal_ar)
export(seasonal_differences)
export(seasonal_ma)
export(seasonal_model)
export(seasonal_random_walk)
export(seasonality_type)
export(splines_degree)
export(ssm_stan_fit_impl)
export(ssm_stan_predict_impl)
export(svm_reg)
export(svm_stan_fit_impl)
export(svm_stan_predict_impl)
export(sym)
export(syms)
export(tree_depth)
import(bayesforecast)
import(bsts)
import(parsnip)
importFrom(magrittr,"%>%")
importFrom(parsnip,translate)
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(stats,update)