summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorashwinrcs2016-04-04 17:07:18 +0530
committerashwinrcs2016-04-04 17:07:18 +0530
commite5e7c36141a67c7b4f721e28c164d8eb85d4cba7 (patch)
tree3775d742db8c38b674c98626a28754b169279851 /man
parentd624bfd7885bffbeb1782a7e83ffa69bd5a4338e (diff)
parent9fdccd631fe73570334d5549a95782e59da65303 (diff)
downloadSysID-R-code-e5e7c36141a67c7b4f721e28c164d8eb85d4cba7.tar.gz
SysID-R-code-e5e7c36141a67c7b4f721e28c164d8eb85d4cba7.tar.bz2
SysID-R-code-e5e7c36141a67c7b4f721e28c164d8eb85d4cba7.zip
Merge branch 'master' of https://github.com/surajy123/R-sysid
Diffstat (limited to 'man')
-rw-r--r--man/etfe.Rd2
-rw-r--r--man/plot.impulseest.Rd4
2 files changed, 3 insertions, 3 deletions
diff --git a/man/etfe.Rd b/man/etfe.Rd
index 0990ea0..c2e31cb 100644
--- a/man/etfe.Rd
+++ b/man/etfe.Rd
@@ -4,7 +4,7 @@
\alias{etfe}
\title{Estimate empirical transfer function}
\usage{
-etfe(data)
+etfe(data, n = 128)
}
\arguments{
\item{data}{an object of class \code{idframe}}
diff --git a/man/plot.impulseest.Rd b/man/plot.impulseest.Rd
index 7a0d963..cb93f25 100644
--- a/man/plot.impulseest.Rd
+++ b/man/plot.impulseest.Rd
@@ -4,12 +4,12 @@
\alias{plot.impulseest}
\title{Impulse Response Plots}
\usage{
-\method{plot}{impulseest}(model, sig = 0.975)
+\method{plot}{impulseest}(model, sig = 2)
}
\arguments{
\item{model}{an object of class \code{impulseest}}
-\item{sig}{Significance Limits (Default: \code{0.975})}
+\item{sd}{standard deviation of the confidence region (Default: \code{2})}
}
\description{
Plots the estimated IR coefficients along with the significance limits