From 7270fe834fae5adfd3bbccbad4b1c6f781a42bdf Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Mon, 25 May 2020 22:10:11 +0900 Subject: [PATCH] DOC: fix doc string of "sd_beta" of odr.Output. --- scipy/odr/odrpack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipy/odr/odrpack.py b/scipy/odr/odrpack.py index 2a20a155f07e..878327d0f90b 100644 --- a/scipy/odr/odrpack.py +++ b/scipy/odr/odrpack.py @@ -549,7 +549,7 @@ class Output(object): beta : ndarray Estimated parameter values, of shape (q,). sd_beta : ndarray - Standard errors of the estimated parameters, of shape (p,). + Standard deviations of the estimated parameters, of shape (p,). cov_beta : ndarray Covariance matrix of the estimated parameters, of shape (p,p). delta : ndarray, optional