From bd62c0c5ca49f1e138de30afbca5952f368e1a6d Mon Sep 17 00:00:00 2001 From: veni-vidi-vici-dormivi Date: Mon, 12 Feb 2024 14:42:24 +0100 Subject: [PATCH] Changed std to variance in documentation (see #317) --- mesmer/stats/_auto_regression.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesmer/stats/_auto_regression.py b/mesmer/stats/_auto_regression.py index 5c376bd4..8662cacf 100644 --- a/mesmer/stats/_auto_regression.py +++ b/mesmer/stats/_auto_regression.py @@ -559,8 +559,8 @@ def _fit_auto_regression_np(data, lags): Intercept of the fitted AR model. coeffs : :obj:`np.array` Coefficients if the AR model. Will have as many entries as ``lags``. - std : :obj:`np.array` - Standard deviation of the residuals. + variance : :obj:`np.array` + Variance of the residuals. nobs: :obj:`np.array`` Number of observations. """