Coefficient covariance matrix.
Displays the covariances of the coefficient estimates for an estimated state space object.
Syntax
sspace_name.coefcov(options)
Options
p | Print the coefficient covariance matrix. |
Examples
ss1.coefcov
displays the coefficient covariance matrix for state space object SS1 in a window. To store the coefficient covariance matrix as a sym object, use “@coefcov”:
sym eqcov = ss1.@coefcov
Cross-references