{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _new_distributions / _LogUniform

ABCMeta

scipy.stats._new_distributions:_LogUniform

source: /scipy/stats/_new_distributions.py :276

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