-
Notifications
You must be signed in to change notification settings - Fork 36
/
NAMESPACE
52 lines (51 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
S3method(accuracy,gts)
S3method(forecast,gts)
S3method(plot,gts)
S3method(print,gts)
S3method(print,hts)
S3method(summary,gts)
S3method(summary,hts)
S3method(window,gts)
export(MinT)
export(accuracy.gts)
export(aggts)
export(allts)
export(combinef)
export(forecast.gts)
export(get_groups)
export(get_nodes)
export(gts)
export(hts)
export(is.gts)
export(is.hts)
export(plot.gts)
export(print.gts)
export(print.hts)
export(smatrix)
export(summary.gts)
export(summary.hts)
import(Matrix)
import(forecast)
import(grDevices)
import(methods)
import(parallel)
importFrom(SparseM,as.matrix.csr)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(stats,"tsp<-")
importFrom(stats,as.ts)
importFrom(stats,fitted)
importFrom(stats,frequency)
importFrom(stats,is.ts)
importFrom(stats,na.omit)
importFrom(stats,residuals)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,tsp)
importFrom(stats,window)
importFrom(utils,combn)
useDynLib(hts)