Newer
Older
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("==",data.list)
S3method(as.data.frame,data.list)
S3method(as.data.list,data.frame)
S3method(aslt,POSIXct)
S3method(aslt,POSIXlt)
S3method(aslt,character)
S3method(aslt,numeric)
S3method(complete_cases,data.frame)
S3method(complete_cases,list)
S3method(ct,POSIXct)
S3method(ct,POSIXlt)
S3method(ct,character)
S3method(ct,numeric)
S3method(lagdf,character)
S3method(lagdf,data.frame)
S3method(lagdf,factor)
S3method(lagdf,logical)
S3method(lagdf,matrix)
S3method(lagdf,numeric)
S3method(pairs,data.list)
S3method(plot_ts,data.frame)
S3method(plot_ts,data.list)
S3method(plot_ts,matrix)
S3method(plot_ts,rls_fit)
S3method(plotly_ts,data.frame)
S3method(plotly_ts,data.list)
S3method(print,forecastmodel)
S3method(resample,data.frame)
S3method(residuals,data.frame)
S3method(residuals,forecastmodel_fit)
S3method(residuals,list)
S3method(residuals,matrix)
S3method(score,data.frame)
S3method(score,list)
S3method(subset,data.list)
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
S3method(summary,rls_fit)
export("%**%")
export("nams<-")
export(AR)
export(as.data.list)
export(aslt)
export(bspline)
export(cache_name)
export(cache_save)
export(complete_cases)
export(ct)
export(data.list)
export(forecastmodel)
export(fs)
export(getse)
export(gof)
export(in_range)
export(lagdf)
export(lagdl)
export(lagvec)
export(lapply_cbind)
export(lapply_cbind_df)
export(lapply_rbind)
export(lapply_rbind_df)
export(lm_fit)
export(lm_optim)
export(lm_predict)
export(long_format)
export(lp)
export(make_input)
export(make_periodic)
export(make_tday)
export(nams)
export(one)
export(par_ts)
export(pbspline)
export(persistence)
export(plot_ts)
export(plotly_ts)
export(pst)
export(resample)
export(rls_fit)
export(rls_optim)
export(rls_predict)
export(rls_prm)
export(rls_summary)
export(rls_update)
export(rmse)
export(score)
export(setpar)
export(stairs)
export(step_optim)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,graphics.off)
importFrom(graphics,axis)
importFrom(graphics,axis.POSIXct)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,pairs)
importFrom(graphics,panel.smooth)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,title)
importFrom(parallel,mclapply)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,lm)
importFrom(stats,optim)
importFrom(stats,predict)
importFrom(stats,residuals)
importFrom(stats,sd)
useDynLib(onlineforecast)