summaryrefslogtreecommitdiff
path: root/man/armax.Rd
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-11-01 17:04:19 +0530
committerSuraj Yerramilli2015-11-01 17:04:19 +0530
commitfcead7522039841bac1027237c5bc8c1f3ed6b45 (patch)
tree7f2afbc6a259a6c5028d1b548eae6df686c83844 /man/armax.Rd
parentfc314fc273366f212ec534e930a3f564d2d1726f (diff)
downloadSysID-R-code-fcead7522039841bac1027237c5bc8c1f3ed6b45.tar.gz
SysID-R-code-fcead7522039841bac1027237c5bc8c1f3ed6b45.tar.bz2
SysID-R-code-fcead7522039841bac1027237c5bc8c1f3ed6b45.zip
Minor edits
Diffstat (limited to 'man/armax.Rd')
-rw-r--r--man/armax.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/armax.Rd b/man/armax.Rd
index fa42dd6..2ef1410 100644
--- a/man/armax.Rd
+++ b/man/armax.Rd
@@ -34,7 +34,7 @@ the following elements:
Fit an ARMAX model of the specified order given the input-output data
}
\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]