User Tools

Site Tools


log-uniform_distribution

Log-Uniform Distribution

The log-uniform distribution is useful in cases where inputs cover large ranges of values, but little is known about their underlying distribution. In a loguniform distribution, the logtransformed random variable is assumed to be uniformly distributed.

f(x,a,b) =   

1/(x(log(b)-log(a))) for a⇐x⇐b   

0 otherwise

support a ⇐ x ⇐ b

ParameterDescription Default value
Min The minimum value1.0
Max The maximum value10.0
log-uniform_distribution.txt · Last modified: 2019/11/18 13:34 (external edit)