Skip to content

Commit

Permalink
Changed std to variance in documentation (see MESMER-group#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
veni-vidi-vici-dormivi committed Feb 12, 2024
1 parent 0f8e516 commit bd62c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesmer/stats/_auto_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit bd62c0c

Please sign in to comment.