File: scipy.stats.rv_discrete.rst

package info (click to toggle)
python-scipy 0.10.1%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 42,232 kB
  • sloc: cpp: 224,773; ansic: 103,496; python: 85,210; fortran: 79,130; makefile: 272; sh: 43
file content (38 lines) | stat: -rw-r--r-- 841 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
scipy.stats.rv_discrete
=======================

.. currentmodule:: scipy.stats

.. autoclass:: rv_discrete

   

   .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages.
      .. autosummary::
         :toctree:
      
         rv_discrete.__call__
         rv_discrete.cdf
         rv_discrete.entropy
         rv_discrete.expect
         rv_discrete.freeze
         rv_discrete.interval
         rv_discrete.isf
         rv_discrete.logcdf
         rv_discrete.logpmf
         rv_discrete.logsf
         rv_discrete.mean
         rv_discrete.median
         rv_discrete.moment
         rv_discrete.pmf
         rv_discrete.ppf
         rv_discrete.rvs
         rv_discrete.sf
         rv_discrete.stats
         rv_discrete.std
         rv_discrete.var