summaryrefslogtreecommitdiff
path: root/man/impulseest.Rd
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-08-23 16:21:47 +0530
committerSuraj Yerramilli2015-08-23 16:21:47 +0530
commitc95cf09232ecc5d808f8767354aae061b54e1026 (patch)
tree8252e3d6c1be707b65d1f4d283504102854e5104 /man/impulseest.Rd
parent6690438dc5ff4a2dde1c15cf09a0a953c5b06bc3 (diff)
downloadSysID-R-code-c95cf09232ecc5d808f8767354aae061b54e1026.tar.gz
SysID-R-code-c95cf09232ecc5d808f8767354aae061b54e1026.tar.bz2
SysID-R-code-c95cf09232ecc5d808f8767354aae061b54e1026.zip
Added multivariate support for impulse response estimates
Diffstat (limited to 'man/impulseest.Rd')
-rw-r--r--man/impulseest.Rd6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/impulseest.Rd b/man/impulseest.Rd
index ccfadc6..0eddac7 100644
--- a/man/impulseest.Rd
+++ b/man/impulseest.Rd
@@ -4,15 +4,15 @@
\alias{impulseest}
\title{Estimate Impulse Response Coefficients}
\usage{
-impulseest(data, M = 30, K = 0, regul = F, lambda = 1)
+impulseest(x, M = 30, K = NULL, regul = F, lambda = 1)
}
\arguments{
-\item{data}{an object of class \code{idframe}}
+\item{x}{an object of class \code{idframe}}
\item{M}{Order of the FIR Model (Default:\code{30})}
\item{K}{Transport delay in the estimated impulse response
-(Default:\code{0})}
+(Default:NULL)}
\item{regul}{Parameter indicating whether regularization should be
used. (Default:\code{FALSE})}