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 ed40f3c commit 0d3a863Copy full SHA for 0d3a863
scipy/stats/_continuous_distns.py
@@ -1846,7 +1846,7 @@ class dpareto_lognorm_gen(rv_continuous):
1846
\left( R(y_1) + R(y_2) \right)
1847
1848
where :math:`R(t) = \frac{1 - \Phi(t)}{\phi(t)}`,
1849
- :math:`phi` and :math:`Phi` are the normal PDF and CDF, respectively,
+ :math:`\phi` and :math:`\Phi` are the normal PDF and CDF, respectively,
1850
:math:`y_1 = \alpha \sigma - \frac{\log x - \mu}{\sigma}`,
1851
and :math:`y_2 = \beta \sigma + \frac{\log x - \mu}{\sigma}`
1852
for real numbers :math:`x` and :math:`\mu`, :math:`\sigma > 0`,
0 commit comments