Parameter covariance of identified model
returns the raw covariance
of the parameters of an identified model.cov_data
=
getcov(sys
)
If sys
is a single model, then cov_data
is
an np-by-np matrix. np is
the number of parameters of sys
.
If sys
is a model array, then cov_data
is
a cell array of size equal to the array size of sys
.
cov_data(i,j,k,...)
contains the covariance
data for sys(:,:,i,j,k,...)
.