diff options
author | wrwrwr <git@wr.waw.pl> | 2016-10-28 14:18:39 +0200 |
---|---|---|
committer | wrwrwr <git@wr.waw.pl> | 2016-10-28 14:18:39 +0200 |
commit | 8fe985c116f1f5a79522cd6a6105f4580bff3459 (patch) | |
tree | 4875a0c84dd53514973c9c1418b439905a21f57c /numpy/random | |
parent | 5059202446f92c34cd481bb95ab7446d521f5982 (diff) | |
download | python-numpy-8fe985c116f1f5a79522cd6a6105f4580bff3459.tar.gz python-numpy-8fe985c116f1f5a79522cd6a6105f4580bff3459.tar.bz2 python-numpy-8fe985c116f1f5a79522cd6a6105f4580bff3459.zip |
DOC: Clean up lomax and genpareto references.
Diffstat (limited to 'numpy/random')
-rw-r--r-- | numpy/random/mtrand/mtrand.pyx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/random/mtrand/mtrand.pyx b/numpy/random/mtrand/mtrand.pyx index 37be79ec3..127e52d5e 100644 --- a/numpy/random/mtrand/mtrand.pyx +++ b/numpy/random/mtrand/mtrand.pyx @@ -2672,10 +2672,10 @@ cdef class RandomState: See Also -------- - scipy.stats.lomax.pdf : probability density function, distribution or + scipy.stats.lomax : probability density function, distribution or + cumulative density function, etc. + scipy.stats.genpareto : probability density function, distribution or cumulative density function, etc. - scipy.stats.genpareto.pdf : probability density function, distribution - or cumulative density function, etc. Notes ----- |