-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 770 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 770 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(coef,fastTS)
S3method(plot,fastTS)
S3method(predict,fastTS)
S3method(print,fastTS)
S3method(summary,fastTS)
export(fastTS)
export(penalty_scaler)
importFrom(RcppRoll,roll_sum)
importFrom(dplyr,lag)
importFrom(dplyr,summarize)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(methods,is)
importFrom(ncvreg,ncvreg)
importFrom(rlang,.data)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,na.omit)
importFrom(stats,pacf)
importFrom(stats,predict)
importFrom(stats,ts)
importFrom(utils,tail)
importFrom(yardstick,mae_vec)
importFrom(yardstick,rmse_vec)
importFrom(yardstick,rsq_trad_vec)