diff options
author | Suraj Yerramilli | 2015-11-01 14:37:42 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-11-01 14:37:42 +0530 |
commit | 1fe2278da0758a331b87ff9869fa95907f840d28 (patch) | |
tree | 623d8f18fc446cc202f7aa5b54acf935ed12dbc7 | |
parent | aac12d7bf6820e2acc7195d7ff501ba0f9c0c599 (diff) | |
download | SysID-R-code-1fe2278da0758a331b87ff9869fa95907f840d28.tar.gz SysID-R-code-1fe2278da0758a331b87ff9869fa95907f840d28.tar.bz2 SysID-R-code-1fe2278da0758a331b87ff9869fa95907f840d28.zip |
Exporting ARMAX
-rw-r--r-- | NAMESPACE | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ S3method(summary,idframe) S3method(time,idframe) export("inputNames<-") export("outputNames<-") +export(armax) export(arx) export(dataSlice) export(detrend) |