You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is an attribution? This is the scipy.stats._continuous_distns:crystalball_gen._pdf docstring:
"""
Return PDF of the crystalball function.
--
| exp(-x**2 / 2), for x > -beta
crystalball.pdf(x, beta, m) = N * |
| A * (B - x)**(-m), for x <= -beta
--
"""
Is the pseudo-math being parsed as some RST thing?
It seem attribution are used in a couple of places.
For example:
scipy.stats._continuous_distns:crystalball_gen._pdf
use an attribution and the docs fails there.The text was updated successfully, but these errors were encountered: