summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-12-29 19:10:06 +0530
committerSuraj Yerramilli2015-12-29 19:10:06 +0530
commit1d068248248b09591f6612b3db17949314c73bda (patch)
tree27060298e37e8768f71864e7819894bb43ec70cc /man
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 'man')
-rw-r--r--man/getcov.Rd16
1 files changed, 16 insertions, 0 deletions
diff --git a/man/getcov.Rd b/man/getcov.Rd
new file mode 100644
index 0000000..b5f0369
--- /dev/null
+++ b/man/getcov.Rd
@@ -0,0 +1,16 @@
+% Generated by roxygen2 (4.1.1): do not edit by hand
+% Please edit documentation in R/estUtil.R
+\name{getcov}
+\alias{getcov}
+\title{Parameter covariance of the identified model}
+\usage{
+getcov(sys)
+}
+\arguments{
+\item{sys}{a linear, identified parametric model}
+}
+\description{
+Obtain the parameter covariance matrix of the linear, identified
+parametric model
+}
+