summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-05-17 10:33:43 +0530
committerSuraj Yerramilli2016-05-17 10:33:43 +0530
commitf5ee56f5bd764944374f46fcb8ad74b582bff2d9 (patch)
tree5252ed25386e8c6a74e84e1dec372880d994d925 /man
parent2e40f6794f8147b2e2fb329a76c8447b7be55597 (diff)
downloadSysID-R-code-f5ee56f5bd764944374f46fcb8ad74b582bff2d9.tar.gz
SysID-R-code-f5ee56f5bd764944374f46fcb8ad74b582bff2d9.tar.bz2
SysID-R-code-f5ee56f5bd764944374f46fcb8ad74b582bff2d9.zip
adding documentation for residplot
Diffstat (limited to 'man')
-rw-r--r--man/residplot.Rd20
1 files changed, 20 insertions, 0 deletions
diff --git a/man/residplot.Rd b/man/residplot.Rd
new file mode 100644
index 0000000..b9509c9
--- /dev/null
+++ b/man/residplot.Rd
@@ -0,0 +1,20 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/estpoly.R
+\name{residplot}
+\alias{residplot}
+\title{Plot residual characteristics}
+\usage{
+residplot(model, newdata = NULL)
+}
+\arguments{
+\item{model}{estimated polynomial model}
+
+\item{newdata}{an optional dataset on which predictions are to be computed. If
+not supplied, predictions are computed on the training dataset.}
+}
+\description{
+Computes the 1-step ahead prediction errors (residuals) for an estimated polynomial
+model, and plots auto-correlation of the residuals and the
+cross-correlation of the residuals with the input signals.
+}
+