summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-12-29 19:10:06 +0530
committerSuraj Yerramilli2015-12-29 19:10:06 +0530
commit1d068248248b09591f6612b3db17949314c73bda (patch)
tree27060298e37e8768f71864e7819894bb43ec70cc /R
parentd856b59f3cd30abcc7c173119f306d3c6432f3de (diff)
downloadSysID-R-code-1d068248248b09591f6612b3db17949314c73bda.tar.gz
SysID-R-code-1d068248248b09591f6612b3db17949314c73bda.tar.bz2
SysID-R-code-1d068248248b09591f6612b3db17949314c73bda.zip
documentation for getcov
Diffstat (limited to 'R')
-rw-r--r--R/estUtil.R7
1 files changed, 7 insertions, 0 deletions
diff --git a/R/estUtil.R b/R/estUtil.R
index bde025c..8e0e816 100644
--- a/R/estUtil.R
+++ b/R/estUtil.R
@@ -119,6 +119,13 @@ optimOptions <- function(tol=1e-5,maxIter=20,LMinit=2,LMstep=2){
LMstep=LMstep)))
}
+#' Parameter covariance of the identified model
+#'
+#' Obtain the parameter covariance matrix of the linear, identified
+#' parametric model
+#'
+#' @param sys a linear, identified parametric model
+#'
#' @export
getcov <- function(sys){
sys$stats$vcov