summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-12-29 17:49:04 +0530
committerSuraj Yerramilli2015-12-29 17:49:04 +0530
commitc01e871dfa3a58bdff41edc7aea4ac4588ebb618 (patch)
treee8d173b4a0543daf0c75ea6b74dd47cdf6a8f5c2 /R
parent361cfdf47260677e43f19de189a1cd98e295b65c (diff)
downloadSysID-R-code-c01e871dfa3a58bdff41edc7aea4ac4588ebb618.tar.gz
SysID-R-code-c01e871dfa3a58bdff41edc7aea4ac4588ebb618.tar.bz2
SysID-R-code-c01e871dfa3a58bdff41edc7aea4ac4588ebb618.zip
removed print line
Diffstat (limited to 'R')
-rw-r--r--R/estUtil.R1
1 files changed, 0 insertions, 1 deletions
diff --git a/R/estUtil.R b/R/estUtil.R
index 8bdc668..96ac3e3 100644
--- a/R/estUtil.R
+++ b/R/estUtil.R
@@ -66,7 +66,6 @@ levbmqdt <- function(...,obj,theta0,N,opt){
e <- l$Y-l$X%*%theta
sumsq <- sum(e^2)
sumSqRatio <- (sumsq0-sumsq)/sumsq0
- print(c(i,maxIter,sumsq0,sumSqRatio))
# If sum square error with the updated parameters is less than the
# previous one, the updated parameters become the current parameters