heteroscedasticity robust covariance matrix (White)
Parameters: | results : result instance
|
---|---|
Returns: | cov : ndarray, (k_vars, k_vars)
|
Notes
This produces the same result as cov_hc0, and does not include any small sample correction.
verified (against LinearRegressionResults and Peterson)