Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: clarified parameterization of stats.lognorm #5075

Merged
merged 1 commit into from
Jul 24, 2015

Conversation

brunobeltran
Copy link
Contributor

The parametrization of scipy.stats.lognorm appears to have been justified a desire for a uniform interface across random variates.

The existing phrasing of the documentation did not make it clear to new users how this translates into the standard parametrization (in particular, as a new SciPy user, it required looking through multiple docstrings and finally quitting and checking stackoverflow before I figured it out).

I added a note similar to the one under scipy.stats.expon to make it easy for new (and existing) users to translate the standard parametrization into the one required by SciPy without undue mental strain.

This addresses bug #2027. (TRAC#1502).

@argriffing
Copy link
Contributor

related #4538

@ev-br ev-br added scipy.stats Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org labels Jul 21, 2015
@ev-br
Copy link
Member

ev-br commented Jul 23, 2015

Not sure what is meant by a "unique" in "unique normally distributed random variable". Anyway, LGTM.

@larsmans
Copy link
Contributor

Not sure if "unique" is the correct term here either, but it gets the message across just fine. Merging.

larsmans added a commit that referenced this pull request Jul 24, 2015
DOC: clarified parameterization of stats.lognorm
@larsmans larsmans merged commit f3df41b into scipy:master Jul 24, 2015
@ev-br ev-br added this to the 0.17.0 milestone Jul 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org scipy.stats
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants