blob: 8ee25371d811da09a11628944f73a7da46d23159 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
% Generated by roxygen2: 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
}
|