diff options
author | Suraj Yerramilli | 2016-05-17 16:48:45 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-05-17 16:48:45 +0530 |
commit | dec184ab474f32c1d30a255e9ce738fa4278ba24 (patch) | |
tree | 145996a8382b23b1264cb36bd48f9e3fca260a54 /man/armaxsim.Rd | |
parent | df2a1019a962134937d19ac90c62a04bd760c530 (diff) | |
download | SysID-R-code-dec184ab474f32c1d30a255e9ce738fa4278ba24.tar.gz SysID-R-code-dec184ab474f32c1d30a255e9ce738fa4278ba24.tar.bz2 SysID-R-code-dec184ab474f32c1d30a255e9ce738fa4278ba24.zip |
adding documentation for datasets
Diffstat (limited to 'man/armaxsim.Rd')
-rw-r--r-- | man/armaxsim.Rd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/man/armaxsim.Rd b/man/armaxsim.Rd new file mode 100644 index 0000000..69f41f1 --- /dev/null +++ b/man/armaxsim.Rd @@ -0,0 +1,24 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/data.R +\docType{data} +\name{armaxsim} +\alias{armaxsim} +\title{Data simulated from an ARMAX model} +\format{an \code{idframe} object with 2555 samples, one input and one +output} +\usage{ +armaxsim +} +\description{ +This dataset contains 2555 samples simulated from the following ARMAX model: +\deqn{ + y[k] = \frac{0.6q^{-2} - 0.2q^{-3}}{1 - 0.5q^{-1}} u[k] + + \frac{1-0.3q^{-1}}{1 - 0.5q^{-1}} e[k] +} +} +\details{ +The model is simulated with a 2555 samples long full-band PRBS input. +The noise variance is set to 0.1 +} +\keyword{datasets} + |