diff options
author | Suraj Yerramilli | 2015-12-29 16:01:52 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-12-29 16:01:52 +0530 |
commit | ad42d5379ea3a6cd81def21e6f1648d0bad4e2c2 (patch) | |
tree | 7025382f181cb134afed9b080f0a1b68e498a651 /R/estUtil.R | |
parent | f4b608cf7ce44a9c7c72527baa153b397b9729cc (diff) | |
download | SysID-R-code-ad42d5379ea3a6cd81def21e6f1648d0bad4e2c2.tar.gz SysID-R-code-ad42d5379ea3a6cd81def21e6f1648d0bad4e2c2.tar.bz2 SysID-R-code-ad42d5379ea3a6cd81def21e6f1648d0bad4e2c2.zip |
updated armax to the new structure
Diffstat (limited to 'R/estUtil.R')
-rw-r--r-- | R/estUtil.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/estUtil.R b/R/estUtil.R index d17ccbf..eede460 100644 --- a/R/estUtil.R +++ b/R/estUtil.R @@ -28,7 +28,7 @@ armaxGrad <- function(theta,e,dots){ } # Implementation of the Levenberg Marquardt Algorithm -levbmqdt <- function(...,obj,theta0,N,opt=optimOptions()){ +levbmqdt <- function(...,obj,theta0,N,opt){ dots <- list(...) # Optimization Parameters |