diff options
author | Suraj Yerramilli | 2015-06-09 11:32:37 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-06-09 11:32:37 +0530 |
commit | adf64a5f0b94b3420a3c90fe6f04535e130f2c45 (patch) | |
tree | 4b77ce26d8be523578bd586a0a2bd4f59f6eb882 | |
parent | 85e6271cb3f89ea50000cf8872acaabe87bb43fd (diff) | |
download | SysID-R-code-adf64a5f0b94b3420a3c90fe6f04535e130f2c45.tar.gz SysID-R-code-adf64a5f0b94b3420a3c90fe6f04535e130f2c45.tar.bz2 SysID-R-code-adf64a5f0b94b3420a3c90fe6f04535e130f2c45.zip |
Updated Documentation
-rw-r--r-- | R/nonparam.R | 3 | ||||
-rw-r--r-- | man/impulseest.Rd | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/R/nonparam.R b/R/nonparam.R index 67f785a..f7c7d20 100644 --- a/R/nonparam.R +++ b/R/nonparam.R @@ -14,8 +14,7 @@ #' #' @details #' The IR Coefficients are estimated using linear least squares. Future -#' Versions will provide support for multivariate data and regularized -#' regression +#' Versions will provide support for multivariate data. #' #' @references #' Arun K. Tangirala (2015), \emph{Principles of System Identification: diff --git a/man/impulseest.Rd b/man/impulseest.Rd index 30ddf3d..ccfadc6 100644 --- a/man/impulseest.Rd +++ b/man/impulseest.Rd @@ -26,8 +26,7 @@ the data } \details{ The IR Coefficients are estimated using linear least squares. Future -Versions will provide support for multivariate data and regularized -regression +Versions will provide support for multivariate data. } \examples{ uk <- rnorm(1000,1) |