summaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-09-06 20:59:26 +0530
committerSuraj Yerramilli2015-09-06 20:59:26 +0530
commitf98d594eb37c21a8865439d2abcdb9055dad43a5 (patch)
tree87cb5cbff2e2b5086710be01a39dc0531e7d87aa /NAMESPACE
parent5799443a4ef675b55584336f6aaa2103da5be6e4 (diff)
downloadSysID-R-code-f98d594eb37c21a8865439d2abcdb9055dad43a5.tar.gz
SysID-R-code-f98d594eb37c21a8865439d2abcdb9055dad43a5.tar.bz2
SysID-R-code-f98d594eb37c21a8865439d2abcdb9055dad43a5.zip
Simplified polynomial interface
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE6
1 files changed, 1 insertions, 5 deletions
diff --git a/NAMESPACE b/NAMESPACE
index 932e976..2eefc81 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -18,7 +18,7 @@ S3method(plot,idfrd)
S3method(plot,impulseest)
S3method(predict,detrend)
S3method(predict,estARX)
-S3method(print,arx)
+S3method(print,idpoly)
S3method(print,summary.estARX)
S3method(print,summary.idframe)
S3method(print,tf)
@@ -30,9 +30,6 @@ S3method(summary,idframe)
S3method(time,idframe)
export("inputNames<-")
export("outputNames<-")
-export(armax)
-export(arx)
-export(bj)
export(dataSlice)
export(detrend)
export(estARX)
@@ -48,7 +45,6 @@ export(inputNames)
export(misdata)
export(nInputSeries)
export(nOutputSeries)
-export(oe)
export(outputData)
export(outputNames)
export(read.idframe)