Object Reference : Object View and Procedure Reference : System
  
 
coefcov
Coefficient covariance matrix.
Displays the covariances of the coefficient estimates for an estimated system.
Syntax
system_name.coefcov(options)
Options
 
p
Print the coefficient covariance matrix.
Examples
sys1.coefcov
displays the coefficient covariance matrix for system SYS1 in a window. To store the coefficient covariance matrix as a sym object, use “@coefcov”:
sym eqcov = sys1.@coefcov
Cross-references
See also Coef::coef and System::spec.