-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
75 lines (74 loc) · 1.87 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
# Generated by roxygen2: do not edit by hand
export(ATA)
export(ATA.Accuracy)
export(ATA.BackTransform)
export(ATA.BoxCoxAttr)
export(ATA.CI)
export(ATA.Core)
export(ATA.Decomposition)
export(ATA.Forecast)
export(ATA.Plot)
export(ATA.Print)
export(ATA.SeasAttr)
export(ATA.Seasonality)
export(ATA.Shift)
export(ATA.Shift_Mat)
export(ATA.Transform)
export(find.freq)
export(find.freq.fourier)
export(find.multi.freq)
exportPattern("(\"^[[:alpha:]]+\")")
import(Rcpp)
importFrom(Rdpack,reprompt)
importFrom(TSA,periodogram)
importFrom(forecast,BoxCox.lambda)
importFrom(forecast,findfrequency)
importFrom(forecast,is.constant)
importFrom(forecast,mstl)
importFrom(forecast,msts)
importFrom(forecast,ndiffs)
importFrom(forecast,nsdiffs)
importFrom(forecast,seasadj)
importFrom(forecast,seasonal)
importFrom(forecast,tbats)
importFrom(forecast,tbats.components)
importFrom(graphics,axis)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(seasonal,seas)
importFrom(seasonal,series)
importFrom(seasonal,udg)
importFrom(stR,AutoSTR)
importFrom(stats,"tsp<-")
importFrom(stats,acf)
importFrom(stats,as.ts)
importFrom(stats,cycle)
importFrom(stats,decompose)
importFrom(stats,end)
importFrom(stats,frequency)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,sd)
importFrom(stats,spec.ar)
importFrom(stats,start)
importFrom(stats,stl)
importFrom(stats,ts)
importFrom(stats,tsp)
importFrom(stats,var)
importFrom(stlplus,stlplus)
importFrom(timeSeries,colKurtosis)
importFrom(timeSeries,colSkewness)
importFrom(tseries,adf.test)
importFrom(tseries,kpss.test)
importFrom(tseries,pp.test)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(xts,period.apply)
useDynLib(ATAforecasting, .registration = TRUE)