From 36c9ca307cc178643f1aa6233e89a838bb3526b2 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Sat, 27 Feb 2016 14:20:15 +0530 Subject: doc update --- man/idpoly.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') 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) -- cgit