Object Reference : Object View and Procedure Reference : Sspace
  
 
coefcov
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
See also Coef::coef and Sspace::spec.