diff options
author | Suraj Yerramilli | 2015-09-06 20:59:26 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-09-06 20:59:26 +0530 |
commit | f98d594eb37c21a8865439d2abcdb9055dad43a5 (patch) | |
tree | 87cb5cbff2e2b5086710be01a39dc0531e7d87aa /NAMESPACE | |
parent | 5799443a4ef675b55584336f6aaa2103da5be6e4 (diff) | |
download | SysID-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-- | NAMESPACE | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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) |