summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-11-01 17:08:07 +0530
committerSuraj Yerramilli2015-11-01 17:08:07 +0530
commit9f5ccb76d3f6158957fbc025a9c7e6319c179d0f (patch)
tree022d2ed32903df35219301452eb9b19e3cd1c1e6 /R
parentb2b13b684a15329f6d0488dbe82bc95d57cd98e7 (diff)
downloadSysID-R-code-9f5ccb76d3f6158957fbc025a9c7e6319c179d0f.tar.gz
SysID-R-code-9f5ccb76d3f6158957fbc025a9c7e6319c179d0f.tar.bz2
SysID-R-code-9f5ccb76d3f6158957fbc025a9c7e6319c179d0f.zip
updating documentation
Diffstat (limited to 'R')
-rw-r--r--R/estpoly.R5
1 files changed, 2 insertions, 3 deletions
diff --git a/R/estpoly.R b/R/estpoly.R
index c779f66..958debb 100644
--- a/R/estpoly.R
+++ b/R/estpoly.R
@@ -210,9 +210,8 @@ arx <- function(x,order=c(0,1,0)){
#' \ldots + b_{nk+nb} u[k-nk-nb] + c_{1} e[k-1] + \ldots c_{nc} e[k-nc]
#' + e[k]
#' }
-#' The function estimates the coefficients using linear least squares (with
-#' no regularization). Future versions may include regularization
-#' parameters as well
+#' The function estimates the coefficients using non-linear least squares
+#' (Gauss-Newton Method)
#' \\
#' The data is expected to have no offsets or trends. They can be removed
#' using the \code{\link{detrend}} function.