diff options
author | Suraj Yerramilli | 2015-09-06 21:25:03 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-09-06 21:25:03 +0530 |
commit | 8f60e350cddf0e7da051b87bb701e3a5cc3a614c (patch) | |
tree | df374a42ce7401267343adabcbf4ea15644d06dd /NAMESPACE | |
parent | 5e2871199a017b1a9779b708b2d41fc73624bea9 (diff) | |
download | SysID-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-- | NAMESPACE | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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) |