aesara.tensor.random.weibull

Contents

aesara.tensor.random.weibull#

aesara.tensor.random.weibull = <aesara.tensor.random.basic.WeibullRV object>[source]#

A weibull continuous random variable.

The probability density function for weibull in terms of its shape parameter k is :

f(x; k) = k x^{k-1} e^{-x^k}

for x \geq 0 and k > 0.