getcov
Parameter covariance of identified model
Description
returns the raw covariance
of the parameters of an identified model.cov_data
=
getcov(sys
)
If
sys
is a single model, thencov_data
is an np-by-np matrix. np is the number of parameters ofsys
.If
sys
is a model array, thencov_data
is a cell array of size equal to the array size ofsys
.cov_data(i,j,k,...)
contains the covariance data forsys(:,:,i,j,k,...)
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012a