aesara.tensor.random.gumbel

Contents

aesara.tensor.random.gumbel#

aesara.tensor.random.gumbel = <aesara.tensor.random.basic.GumbelRV object>[source]#

A gumbel continuous random variable.

The probability density function for gumbel in terms of its location parameter \mu and scale parameter \beta is:

f(x; \mu, \beta) = \frac{\exp(-(x + e^{(x-\mu)/\beta})}{\beta}

for \beta > 0.