-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
48 lines (47 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
export(ModelBuildMultivariateVAR)
export(ModelBuildNNforCaret)
export(ModelCombine)
export(ModelCompareMultivariateVAR)
export(ModelCompareNNforCaret)
export(ModelCompareUnivariate)
export(MultivariateEDA)
export(aic5)
export(aicbic)
export(ase)
export(assess)
export(calculate_ar1_varx)
export(calculate_arp_varx)
export(calculate_ts_gamma)
export(calculate_ts_gamma0)
export(calculate_ts_mean)
export(calculate_ts_mean_confidence_interval)
export(calculate_ts_rho)
export(calculate_ts_var_of_mean)
export(check_stationarity)
export(compute_a)
export(compute_stda)
export(compute_vara)
export(difference)
export(estimate)
export(evaluate_residuals)
export(factor.wge.season)
export(fcst)
export(generate)
export(generate_multiple_realization)
export(get_all_a_calc)
export(hush)
export(lag_dfr)
export(ljung_box)
export(mlag_dfr)
export(model_cor)
export(model_det)
export(model_mlr)
export(overfit)
export(playground)
export(plot_multiple_realizations)
export(plot_res)
export(sliding_ase_univariate)
export(sliding_ase_var)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)