Skip to content

Commit 56910c9

Browse files
authored
DOC: add missing TeX symbol
1 parent 91b08d5 commit 56910c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statsmodels/regression/linear_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ def loglike(self, params):
797797
+\frac{1}{2}\log\left(\left|W\right|\right)
798798
799799
where :math:`W` is a diagonal weight matrix matrix,
800-
:math:`\leftW\right|` is its determinant, and
800+
:math:`\left|W\right|` is its determinant, and
801801
:math:`SSR=\left(Y-\hat{Y}\right)^\prime W \left(Y-\hat{Y}\right)` is
802802
the sum of the squared weighted residuals.
803803
"""

0 commit comments

Comments
 (0)