-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
66 lines (65 loc) · 1.43 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
# Generated by roxygen2: do not edit by hand
S3method(accuracy,default)
S3method(conformal,cvforecast)
S3method(print,acp)
S3method(print,coverage)
S3method(print,cpforecast)
S3method(print,cvforecast)
S3method(print,mcp)
S3method(print,pid)
S3method(print,scp)
S3method(print,summary.acp)
S3method(print,summary.cpforecast)
S3method(print,summary.cvforecast)
S3method(print,summary.mcp)
S3method(print,summary.pid)
S3method(print,summary.scp)
S3method(print,width)
S3method(summary,acp)
S3method(summary,cpforecast)
S3method(summary,cvforecast)
S3method(summary,mcp)
S3method(summary,pid)
S3method(summary,scp)
S3method(update,cpforecast)
export(MAE)
export(MAPE)
export(MASE)
export(ME)
export(MPE)
export(MSE)
export(MSIS)
export(RMSE)
export(RMSSE)
export(acp)
export(conformal)
export(coverage)
export(cvforecast)
export(interval_measures)
export(lagmatrix)
export(mcp)
export(pid)
export(point_measures)
export(scp)
export(width)
export(winkler_score)
import(forecast)
importFrom(forecast,Arima)
importFrom(forecast,forecast)
importFrom(forecast,meanf)
importFrom(ggdist,weighted_quantile)
importFrom(rlang,dots_list)
importFrom(stats,as.formula)
importFrom(stats,as.ts)
importFrom(stats,frequency)
importFrom(stats,is.ts)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,setNames)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,tsp)
importFrom(stats,window)
importFrom(utils,tail)
importFrom(zoo,rollmean)