From c95cf09232ecc5d808f8767354aae061b54e1026 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Sun, 23 Aug 2015 16:21:47 +0530 Subject: Added multivariate support for impulse response estimates --- man/impulseest.Rd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/impulseest.Rd') 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})} -- cgit