Skip to content

Commit 0d3a863

Browse files
committed
DOC: stats.dpareto_lognorm: docstring fixup
[docs only]
1 parent ed40f3c commit 0d3a863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy/stats/_continuous_distns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,7 +1846,7 @@ class dpareto_lognorm_gen(rv_continuous):
18461846
\left( R(y_1) + R(y_2) \right)
18471847
18481848
where :math:`R(t) = \frac{1 - \Phi(t)}{\phi(t)}`,
1849-
:math:`phi` and :math:`Phi` are the normal PDF and CDF, respectively,
1849+
:math:`\phi` and :math:`\Phi` are the normal PDF and CDF, respectively,
18501850
:math:`y_1 = \alpha \sigma - \frac{\log x - \mu}{\sigma}`,
18511851
and :math:`y_2 = \beta \sigma + \frac{\log x - \mu}{\sigma}`
18521852
for real numbers :math:`x` and :math:`\mu`, :math:`\sigma > 0`,

0 commit comments

Comments
 (0)