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.
1 parent 91b08d5 commit 56910c9Copy full SHA for 56910c9
statsmodels/regression/linear_model.py
@@ -797,7 +797,7 @@ def loglike(self, params):
797
+\frac{1}{2}\log\left(\left|W\right|\right)
798
799
where :math:`W` is a diagonal weight matrix matrix,
800
- :math:`\leftW\right|` is its determinant, and
+ :math:`\left|W\right|` is its determinant, and
801
:math:`SSR=\left(Y-\hat{Y}\right)^\prime W \left(Y-\hat{Y}\right)` is
802
the sum of the squared weighted residuals.
803
"""
0 commit comments