diff options
author | Suraj Yerramilli | 2016-04-04 11:39:10 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-04-04 11:39:10 +0530 |
commit | 9fdccd631fe73570334d5549a95782e59da65303 (patch) | |
tree | 8a2a6922f1fd2f8511c0144f72a4bc06fa0a6185 /man | |
parent | 5a5e83f708d7ccbefbfccc6910270f6480c2b579 (diff) | |
download | SysID-R-code-9fdccd631fe73570334d5549a95782e59da65303.tar.gz SysID-R-code-9fdccd631fe73570334d5549a95782e59da65303.tar.bz2 SysID-R-code-9fdccd631fe73570334d5549a95782e59da65303.zip |
updating docs
Diffstat (limited to 'man')
-rw-r--r-- | man/etfe.Rd | 2 | ||||
-rw-r--r-- | man/plot.impulseest.Rd | 4 |
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 |