[Numpy-tickets] [NumPy] #987: random.exponential() seems to use the reciprocal rate prarameter instead of the rate parameter (probably just wrong documentation)
NumPy
numpy-tickets@scipy....
Sat Jan 17 05:47:31 CST 2009
#987: random.exponential() seems to use the reciprocal rate prarameter instead of
the rate parameter (probably just wrong documentation)
--------------------------+-------------------------------------------------
Reporter: j.koehler | Owner: somebody
Type: task | Status: new
Priority: normal | Milestone: 1.3.0
Component: numpy.random | Version: none
Severity: normal | Keywords: documentation
--------------------------+-------------------------------------------------
hi,
i hope i'm doing this the right way.
i had some trouble using the random.exponential() function.
i used the function as described in
http://docs.scipy.org/doc/numpy/reference/generated/numpy.random.exponential.html
i created some histograms of the random values and found out the
distribution behaves like exp(-x/L)/L.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/987>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list