summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-02-27 14:20:15 +0530
committerSuraj Yerramilli2016-02-27 14:20:15 +0530
commit36c9ca307cc178643f1aa6233e89a838bb3526b2 (patch)
tree4e6901761401d4e3de2f1d9b94c3e0436cd67c02
parent66463bac817baf2197042032c766510d2e7b9a86 (diff)
downloadSysID-R-code-36c9ca307cc178643f1aa6233e89a838bb3526b2.tar.gz
SysID-R-code-36c9ca307cc178643f1aa6233e89a838bb3526b2.tar.bz2
SysID-R-code-36c9ca307cc178643f1aa6233e89a838bb3526b2.zip
doc update
-rw-r--r--R/poly.R2
-rw-r--r--man/idpoly.Rd2
2 files changed, 2 insertions, 2 deletions
diff --git a/R/poly.R b/R/poly.R
index 23a203b..67a555f 100644
--- a/R/poly.R
+++ b/R/poly.R
@@ -24,7 +24,7 @@
#' mod_oe <- idpoly(B=c(0.6,-0.2),F1=c(1,-0.5),ioDelay = 2,Ts=0.1,
#' noiseVar = 0.1)
#'
-#' # define box-jenkins model
+#' # define box-jenkins model with unit variance
#' B <- c(0.6,-0.2)
#' C <- c(1,-0.3)
#' D <- c(1,1.5,0.7)
diff --git a/man/idpoly.Rd b/man/idpoly.Rd
index 7c33be9..68d2caf 100644
--- a/man/idpoly.Rd
+++ b/man/idpoly.Rd
@@ -39,7 +39,7 @@ Discrete-time polynomials are of the form
mod_oe <- idpoly(B=c(0.6,-0.2),F1=c(1,-0.5),ioDelay = 2,Ts=0.1,
noiseVar = 0.1)
-# define box-jenkins model
+# define box-jenkins model with unit variance
B <- c(0.6,-0.2)
C <- c(1,-0.3)
D <- c(1,1.5,0.7)