numpy.random.exponential()
numpy.random.exponential
-
numpy.random.exponential(scale=1.0, size=None)
-
Draw samples from an exponential distribution.
Its probability density function is
for
x > 0
and 0 elsewhere.is the scale parameter, which is the inverse of the rate parameter
登录查看完整内容