summaryrefslogtreecommitdiff
path: root/R/poly.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/poly.R')
-rw-r--r--R/poly.R2
1 files changed, 1 insertions, 1 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)