summaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-09-06 21:25:03 +0530
committerSuraj Yerramilli2015-09-06 21:25:03 +0530
commit8f60e350cddf0e7da051b87bb701e3a5cc3a614c (patch)
treedf374a42ce7401267343adabcbf4ea15644d06dd /NAMESPACE
parent5e2871199a017b1a9779b708b2d41fc73624bea9 (diff)
downloadSysID-R-code-8f60e350cddf0e7da051b87bb701e3a5cc3a614c.tar.gz
SysID-R-code-8f60e350cddf0e7da051b87bb701e3a5cc3a614c.tar.bz2
SysID-R-code-8f60e350cddf0e7da051b87bb701e3a5cc3a614c.zip
Structuring estimation routines
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE9
1 files changed, 5 insertions, 4 deletions
diff --git a/NAMESPACE b/NAMESPACE
index b52ac26..a6efd3d 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -17,21 +17,22 @@ S3method(plot,idframe)
S3method(plot,idfrd)
S3method(plot,impulseest)
S3method(predict,detrend)
-S3method(predict,estARX)
+S3method(predict,estPoly)
S3method(print,idpoly)
-S3method(print,summary.estARX)
+S3method(print,summary.estPoly)
S3method(print,summary.idframe)
S3method(print,tf)
S3method(sim,default)
S3method(sim,idpoly)
-S3method(summary,estARX)
+S3method(summary,estPoly)
S3method(summary,idframe)
S3method(time,idframe)
export("inputNames<-")
export("outputNames<-")
+export(arx)
export(dataSlice)
export(detrend)
-export(estARX)
+export(estPoly)
export(etfe)
export(idframe)
export(idfrd)