summaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE96
1 files changed, 96 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE
new file mode 100644
index 0000000..2e5a9bf
--- /dev/null
+++ b/NAMESPACE
@@ -0,0 +1,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)