summaryrefslogtreecommitdiff
path: root/man/oesim.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/oesim.Rd')
-rw-r--r--man/oesim.Rd23
1 files changed, 23 insertions, 0 deletions
diff --git a/man/oesim.Rd b/man/oesim.Rd
new file mode 100644
index 0000000..7ecf0a7
--- /dev/null
+++ b/man/oesim.Rd
@@ -0,0 +1,23 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/data.R
+\docType{data}
+\name{oesim}
+\alias{oesim}
+\title{Data simulated from an OE model}
+\format{an \code{idframe} object with 2555 samples, one input and one
+output}
+\usage{
+oesim
+}
+\description{
+This dataset contains 2555 samples simulated from the following OE model:
+\deqn{
+ y[k] = \frac{0.6q^{-2} - 0.2q^{-3}}{1 - 0.5q^{-1}} u[k] + 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}
+