summaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-06-06 01:03:51 +0530
committerSuraj Yerramilli2015-06-06 01:03:51 +0530
commit770703a5e180ed20a74dc97d4e7a973bc4febe95 (patch)
tree81b9a3059e379f2326a21dfb054d40a71b83e9f7 /NAMESPACE
parentb51c0f543934e4bff2788409af3a13584b710f1c (diff)
downloadSysID-R-code-770703a5e180ed20a74dc97d4e7a973bc4febe95.tar.gz
SysID-R-code-770703a5e180ed20a74dc97d4e7a973bc4febe95.tar.bz2
SysID-R-code-770703a5e180ed20a74dc97d4e7a973bc4febe95.zip
Added predict method for the estimated ARX method
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE1
1 files changed, 1 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE
index 203bb55..72ea557 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -4,6 +4,7 @@ S3method(plot,idframe)
S3method(plot,idfrd)
S3method(plot,impulseest)
S3method(predict,detrend)
+S3method(predict,estARX)
S3method(print,arx)
S3method(print,summary.estARX)
S3method(print,summary.idframe)