-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
84 lines (83 loc) · 2.04 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
# Generated by roxygen2: do not edit by hand
S3method(c,ts)
S3method(forecast,mltsp)
S3method(forecast,narx)
S3method(head,ts)
S3method(lagmatrix,data.frame)
S3method(lagmatrix,matrix)
S3method(lagmatrix,numeric)
S3method(lagmatrix,ts)
S3method(lagmatrix,vector)
S3method(lagmatrix,xts)
S3method(mltsp,default)
S3method(mltsp,mltsp)
S3method(mltsp,mltsp_pipeline)
S3method(narx,default)
S3method(narx,narx)
S3method(predict,SimpleLM)
S3method(predict,narx)
S3method(print,narx)
S3method(summary,narx)
S3method(tail,ts)
export(SimpleLM)
export(aggregate_xts)
export(aggregate_xts_matrix)
export(binary_day_of_week_matrix)
export(binary_hour_matrix)
export(build_mltsp_pipline)
export(build_narx)
export(centered_lagged_windows)
export(clone_timestamps)
export(continue_timestamps)
export(continue_timestamps_using_reference)
export(create_cv_timeslices)
export(create_daily_xts)
export(create_hourly_xts)
export(create_minutely_xts)
export(lag_windows)
export(lagmatrix)
export(mltsp)
export(mltsp_forecaster)
export(narx)
export(period.apply.string)
export(seasonal_lag_windows)
export(ts_append)
export(ts_continue)
export(ts_crossval)
export(ts_inv_preprocess)
export(ts_preprocess)
importFrom(Metrics,rmse)
importFrom(forecast,BoxCox)
importFrom(forecast,BoxCox.lambda)
importFrom(forecast,InvBoxCox)
importFrom(forecast,forecast)
importFrom(forecast,ndiffs)
importFrom(lubridate,days)
importFrom(lubridate,hour)
importFrom(lubridate,hours)
importFrom(lubridate,minutes)
importFrom(lubridate,wday)
importFrom(stats,deltat)
importFrom(stats,diffinv)
importFrom(stats,end)
importFrom(stats,fitted)
importFrom(stats,frequency)
importFrom(stats,is.ts)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,residuals)
importFrom(stats,start)
importFrom(stats,ts)
importFrom(stats,tsp)
importFrom(stats,window)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(xts,align.time)
importFrom(xts,endpoints)
importFrom(xts,is.xts)
importFrom(xts,period.apply)
importFrom(xts,xts)
importFrom(zoo,coredata)
importFrom(zoo,index)
importFrom(zoo,na.locf)