summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-12-29 15:09:48 +0530
committerSuraj Yerramilli2015-12-29 15:09:48 +0530
commit6640816ea4b5eee291888d38ac34c3fc449d5d02 (patch)
tree2ec8d8170d4b4853e77e5f70c6d5bd5c9f34dc6f
parent3ce1a88a2c9acf5033b727398ba4c21850ebc7ea (diff)
downloadSysID-R-code-6640816ea4b5eee291888d38ac34c3fc449d5d02.tar.gz
SysID-R-code-6640816ea4b5eee291888d38ac34c3fc449d5d02.tar.bz2
SysID-R-code-6640816ea4b5eee291888d38ac34c3fc449d5d02.zip
documentation changes
-rw-r--r--R/estpoly.R18
-rw-r--r--man/armax.Rd4
-rw-r--r--man/arx.Rd14
3 files changed, 20 insertions, 16 deletions
diff --git a/R/estpoly.R b/R/estpoly.R
index f0fa549..42dac24 100644
--- a/R/estpoly.R
+++ b/R/estpoly.R
@@ -131,16 +131,18 @@ residplot <- function(model,newdata=NULL){
#' An object of class \code{estpoly} containing the following elements:
#'
#' \tabular{ll}{
-#' \code{coefficients} \tab an \code{idpoly} object containing the
+#' \code{sys} \tab an \code{idpoly} object containing the
#' fitted coefficients \cr
-#' \code{vcov} \tab the covariance matrix of the fitted coefficients\cr
-#' \code{sigma} \tab the standard deviation of the innovations\cr
-#' \code{df} \tab the residual degrees of freedom \cr
#' \code{fitted.values} \tab the predicted response \cr
#' \code{residuals} \tab the residuals \cr
+#' \code{input} \tab the input data used \cr
#' \code{call} \tab the matched call \cr
-#' \code{time} \tab the time of the data used \cr
-#' \code{input} \tab the input data used
+#' \code{stats} \tab A list containing the following fields:
+#' \tabular{ll}{
+#' \code{vcov} \tab the covariance matrix of the fitted coefficients\cr
+#' \code{sigma} \tab the standard deviation of the innovations\cr
+#' \code{df} \tab the residual degrees of freedom
+#' }
#' }
#'
#'
@@ -219,11 +221,11 @@ arx <- function(x,order=c(0,1,0)){
#' \tabular{ll}{
#' \code{coefficients} \tab an \code{idpoly} object containing the
#' fitted coefficients \cr
+#' \code{fitted.values} \tab the predicted response \cr
+#' \code{residuals} \tab the residuals \cr
#' \code{vcov} \tab the covariance matrix of the fitted coefficients\cr
#' \code{sigma} \tab the standard deviation of the innovations\cr
#' \code{df} \tab the residual degrees of freedom \cr
-#' \code{fitted.values} \tab the predicted response \cr
-#' \code{residuals} \tab the residuals \cr
#' \code{call} \tab the matched call \cr
#' \code{time} \tab the time of the data used \cr
#' \code{input} \tab the input data used
diff --git a/man/armax.Rd b/man/armax.Rd
index 1a711e3..a513fb9 100644
--- a/man/armax.Rd
+++ b/man/armax.Rd
@@ -19,11 +19,11 @@ An object of class \code{estpoly} containing the following elements:
\tabular{ll}{
\code{coefficients} \tab an \code{idpoly} object containing the
fitted coefficients \cr
+ \code{fitted.values} \tab the predicted response \cr
+ \code{residuals} \tab the residuals \cr
\code{vcov} \tab the covariance matrix of the fitted coefficients\cr
\code{sigma} \tab the standard deviation of the innovations\cr
\code{df} \tab the residual degrees of freedom \cr
- \code{fitted.values} \tab the predicted response \cr
- \code{residuals} \tab the residuals \cr
\code{call} \tab the matched call \cr
\code{time} \tab the time of the data used \cr
\code{input} \tab the input data used
diff --git a/man/arx.Rd b/man/arx.Rd
index f9d38b8..58bf830 100644
--- a/man/arx.Rd
+++ b/man/arx.Rd
@@ -17,16 +17,18 @@ the input-output delay}
An object of class \code{estpoly} containing the following elements:
\tabular{ll}{
- \code{coefficients} \tab an \code{idpoly} object containing the
+ \code{sys} \tab an \code{idpoly} object containing the
fitted coefficients \cr
- \code{vcov} \tab the covariance matrix of the fitted coefficients\cr
- \code{sigma} \tab the standard deviation of the innovations\cr
- \code{df} \tab the residual degrees of freedom \cr
\code{fitted.values} \tab the predicted response \cr
\code{residuals} \tab the residuals \cr
+ \code{input} \tab the input data used \cr
\code{call} \tab the matched call \cr
- \code{time} \tab the time of the data used \cr
- \code{input} \tab the input data used
+ \code{stats} \tab A list containing the following fields:
+ \tabular{ll}{
+ \code{vcov} \tab the covariance matrix of the fitted coefficients\cr
+ \code{sigma} \tab the standard deviation of the innovations\cr
+ \code{df} \tab the residual degrees of freedom
+ }
}
}
\description{