diff options
author | Suraj Yerramilli | 2015-11-01 17:04:19 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-11-01 17:04:19 +0530 |
commit | fcead7522039841bac1027237c5bc8c1f3ed6b45 (patch) | |
tree | 7f2afbc6a259a6c5028d1b548eae6df686c83844 /R | |
parent | fc314fc273366f212ec534e930a3f564d2d1726f (diff) | |
download | SysID-R-code-fcead7522039841bac1027237c5bc8c1f3ed6b45.tar.gz SysID-R-code-fcead7522039841bac1027237c5bc8c1f3ed6b45.tar.bz2 SysID-R-code-fcead7522039841bac1027237c5bc8c1f3ed6b45.zip |
Minor edits
Diffstat (limited to 'R')
-rw-r--r-- | R/estpoly.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/estpoly.R b/R/estpoly.R index b088053..d333338 100644 --- a/R/estpoly.R +++ b/R/estpoly.R @@ -204,7 +204,7 @@ arx <- function(x,order=c(0,1,0)){ #' + 1, order of the polynomial,and the input-output delay respectively #' #' @details -#' SISO ARX models are of the form +#' SISO ARMAX models are of the form #' \deqn{ #' y[k] + a_1 y[k-1] + \ldots + a_{na} y[k-na] = b_{nk} u[k-nk] + #' \ldots + b_{nk+nb} u[k-nk-nb] + c_{1} e[k-1] + \ldots c_{nc} e[k-nc] |