[SciPy-user] scipy.stats Documentation?

David Cournapeau cournape at gmail.com
Wed Jul 1 12:33:22 EDT 2009


On Thu, Jul 2, 2009 at 1:18 AM, Elias Pampalk<elias.pampalk at gmail.com> wrote:
> If I don't want to be searching through the source code - where should I be
> looking for up-to-date documentation?

The most uptodate documentation is almost always the docstring. If you
use an advanced interpreter such as ipython, you get the docstring
without looking at the sources:

import numpy as np
help np.mean

There is a current effort to bring the official documentation on par
with the docstring, but I don't think it has been done completely for
scipy.stats yet.

David



More information about the SciPy-User mailing list