[SciPy-dev] docs scipy.stats has incorrect introduction - instances of discrete distributions

josef.pktd at gmail.com josef.pktd at gmail.com
Fri Nov 14 10:56:11 EST 2008


The docs for stats distributions does not mention discrete
distributions, i.e change and add something like this:

Each included distribution is an instance of the class rv_continous or
of rv_discrete:

.. autosummary::
   :toctree: generated/

   rv_discrete
   rv_discrete.pmf
   rv_discrete.cdf
   rv_discrete.sf
   rv_discrete.ppf
   rv_discrete.isf
   rv_discrete.stats

additional methods, moment, entropy, nnlf, fit, could also be added
(but I haven't finished testing all of those)

Josef



More information about the SciPy-Dev mailing list