-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
96 lines (95 loc) · 1.97 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Generated by roxygen2: do not edit by hand
S3method("%=%",lbunch)
S3method("inputNames<-",idframe)
S3method("outputNames<-",idframe)
S3method(inputData,default)
S3method(inputData,idframe)
S3method(inputNames,default)
S3method(inputNames,idframe)
S3method(outputData,default)
S3method(outputData,idframe)
S3method(outputNames,default)
S3method(outputNames,idframe)
S3method(plot,estpoly)
S3method(plot,idframe)
S3method(plot,idfrd)
S3method(predict,estpoly)
S3method(print,estpoly)
S3method(print,idpoly)
S3method(print,summary.estpoly)
S3method(print,summary.idframe)
S3method(sim,default)
S3method(sim,idpoly)
S3method(summary,estpoly)
S3method(summary,idframe)
export("%=%")
export("inputNames<-")
export("outputNames<-")
export(armax)
export(arx)
export(bj)
export(compare)
export(dataSlice)
export(deltat)
export(detrend)
export(estpoly)
export(etfe)
export(fitch)
export(frequency)
export(g)
export(getcov)
export(idframe)
export(idfrd)
export(idinput)
export(idpoly)
export(impulseest)
export(impulseplot)
export(inputData)
export(inputNames)
export(iv)
export(iv4)
export(misdata)
export(nInputSeries)
export(nOutputSeries)
export(oe)
export(optimOptions)
export(outputData)
export(outputNames)
export(rarx)
export(read.idframe)
export(read.table.idframe)
export(residplot)
export(sim)
export(spa)
export(step)
export(time)
export(trInfo)
import(bitops)
import(ggplot2)
import(polynom)
import(reshape2)
import(signal)
import(tframe)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(grid,grid.layout)
importFrom(grid,grid.newpage)
importFrom(grid,pushViewport)
importFrom(grid,viewport)
importFrom(stats,acf)
importFrom(stats,ar)
importFrom(stats,arima)
importFrom(stats,ccf)
importFrom(stats,coef)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,mvfft)
importFrom(stats,predict)
importFrom(stats,resid)
importFrom(stats,rnorm)
importFrom(stats,start)
importFrom(stats,ts)
importFrom(stats,window)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(zoo,na.approx)