setcov
Set parameter covariance data in identified model
Syntax
sys = setcov(sys0,cov)
Description
sets the parameter covariance of identified model sys
= setcov(sys0
,cov
)sys0
as
cov
.
The model parameter covariance is calculated and stored automatically when a model is estimated. Therefore, you do not need to set the parameter covariance explicitly for estimated models. Use this function for analysis, such as to study how the parameter covariance affects the response of a model obtained by explicit construction.
Input Arguments
|
Identified model. Identified model, specified as an |
|
Parameter covariance matrix.
|
Output Arguments
|
Identified model. The values of all the properties of |
Examples
Version History
Introduced in R2012a