bundles / scipy latest / scipy / stats / _new_distributions / _LogUniform
ABCMeta
scipy.stats._new_distributions:_LogUniform
Signature
def _LogUniform ( * , a = None , b = None , log_a = None , log_b = None , ** kwargs ) Members
Summary
Log-uniform distribution.
Extended Summary
The probability density function of the log-uniform distribution is:
If is a random variable that follows a uniform distribution between and , then is log-uniformly distributed with shape parameters and .
Aliases
-
scipy.stats._new_distributions._LogUniform