-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
58 lines (57 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
S3method(forecast,elm)
S3method(forecast,mlp)
S3method(forecast,net)
S3method(plot,elm)
S3method(plot,elm.fast)
S3method(plot,forecast.net)
S3method(plot,mlp)
S3method(predict,elm)
S3method(predict,elm.fast)
S3method(predict,mlp)
S3method(print,elm)
S3method(print,elm.fast)
S3method(print,mlp)
export(elm)
export(elm.fast)
export(elm.thief)
export(linscale)
export(mlp)
export(mlp.thief)
importFrom(forecast,nsdiffs)
importFrom(generics,forecast)
importFrom(grDevices,rainbow)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(methods,is)
importFrom(stats,alias)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,cor.test)
importFrom(stats,deltat)
importFrom(stats,density)
importFrom(stats,end)
importFrom(stats,fft)
importFrom(stats,frequency)
importFrom(stats,friedman.test)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,ts.plot)
importFrom(stats,uniroot)
importFrom(tsutils,cmav)
importFrom(tsutils,lagmatrix)
importFrom(tsutils,mseastest)
importFrom(tsutils,seasdummy)
importFrom(uroot,ch.test)
importFrom(utils,head)
importFrom(utils,tail)