-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathNAMESPACE
37 lines (36 loc) · 945 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,forecastML)
S3method(plot,forecast_error)
S3method(plot,forecast_model_hyper)
S3method(plot,forecast_results)
S3method(plot,lagged_df)
S3method(plot,training_results)
S3method(plot,validation_error)
S3method(plot,windows)
S3method(predict,forecast_model)
S3method(residuals,training_results)
S3method(summary,lagged_df)
export(calculate_intervals)
export(combine_forecasts)
export(create_lagged_df)
export(create_skeleton)
export(create_windows)
export(fill_gaps)
export(reconcile_forecasts)
export(residuals)
export(return_error)
export(return_hyper)
export(train_model)
import(dplyr)
import(ggplot2)
importFrom(data.table,":=")
importFrom(lubridate,"%m-%")
importFrom(magrittr,"%>%")
importFrom(purrr,map2)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cov)
importFrom(stats,sd)