From 3fb63299a4d3b1cf748d3414a4fc6ff8f4e23368 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Tue, 22 Mar 2016 10:30:50 +0530 Subject: updating arx documentation --- man/arx.Rd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/arx.Rd b/man/arx.Rd index 1b121c1..c47b1e0 100644 --- a/man/arx.Rd +++ b/man/arx.Rd @@ -4,7 +4,7 @@ \alias{arx} \title{Estimate ARX Models} \usage{ -arx(x, order = c(1, 1, 1), lambda = 0.1, intNoise = FALSE) +arx(x, order = c(1, 1, 1), lambda = 0.1, intNoise = FALSE, fixed = NULL) } \arguments{ \item{x}{an object of class \code{idframe}} @@ -17,6 +17,10 @@ the input-output delay} \item{intNoise}{Logical variable indicating whether to add integrators in the noise channel (Default=\code{FALSE})} + +\item{fixed}{list containing fixed parameters. If supplied, only \code{NA} entries +will be varied. Specified as a list of two vectors, each containing the parameters +of polynomials A and B respectively.} } \value{ An object of class \code{estpoly} containing the following elements: -- cgit