We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cov_beta
1 parent e7a5522 commit b4a59efCopy full SHA for b4a59ef
scipy/odr/_odrpack.py
@@ -553,6 +553,10 @@ class Output:
553
Standard deviations of the estimated parameters, of shape (p,).
554
cov_beta : ndarray
555
Covariance matrix of the estimated parameters, of shape (p,p).
556
+ Note that this `cov_beta` is not scaled by the residual variance
557
+ `res_var`, whereas `sd_beta` is. This means
558
+ ``np.sqrt(np.diag(output.cov_beta * output.res_var))`` is the same
559
+ result as `output.sd_beta`.
560
delta : ndarray, optional
561
Array of estimated errors in input variables, of same shape as `x`.
562
eps : ndarray, optional
0 commit comments