diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/getcov.Rd | 16 |
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 +} + |