On May 22, 11:11 am, joep <[EMAIL PROTECTED]> wrote:
> Hi,

> When looking for this, I found that the Dirichlet distribution is
> missing from the new Docstring 
> Wiki,http://sd-2116.dedibox.fr/doc/Docstrings/numpy/random

Actually, a search on the wiki finds dirichlet in
http://sd-2116.dedibox.fr/doc/Docstrings/numpy/random/mtrand/dirichlet

I found random/mtrand only through the search, it doesn't seem to be
linked from anywhere

Is it intentional that function that are imported inside numpy might
have the same docstring assigned to several different wiki pages, and
might get edited on different pages?

Since all distribution (except for dirichlet) are included in
numpy.random.__all__, these distribution show up on two different
pages, e.g.
http://sd-2116.dedibox.fr/doc/Docstrings/numpy/random/poisson
and
http://sd-2116.dedibox.fr/doc/Docstrings/numpy/random/mtrand/poisson


So except for the strange parsing of the dirichlet docstring, this is
a problem with numpy:

numpy.random.__all__ as defined in numpy/random/info.py does not
expose Dirichlet

Josef

_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to