diff options
Diffstat (limited to 'R/estpoly.R')
-rw-r--r-- | R/estpoly.R | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/R/estpoly.R b/R/estpoly.R index 96c258e..68bfb67 100644 --- a/R/estpoly.R +++ b/R/estpoly.R @@ -32,9 +32,21 @@ plot.estPoly <- function(model,newdata=NULL){ #' ARX models are of the form \\ #' #' @return -#' An object having classes \code{estARX} and \code{estPoly} containing +#' An object with classes \code{estARX} and \code{estPoly}, containing #' the following elements: #' +#' \tabular{ll}{ +#' \code{coefficients} \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} the residual degrees of freedom\tab \cr +#' \code{fitted.values} \tab the predicted response +#' \code{residuals} \tab the residuals \cr +#' \code{call} \tab the matched call \cr +#' \code{time} \tab the time of the data used \cr +#' } +#' #' #' @references #' Arun K. Tangirala (2015), Principles of System Identification: Theory and |