aesara.tensor.random.cauchy

Contents

aesara.tensor.random.cauchy#

aesara.tensor.random.cauchy = <aesara.tensor.random.basic.CauchyRV object>[source]#

A Cauchy continuous random variable.

The probability density function for cauchy in terms of its location parameter x_0 and scale parameter \gamma is:

f(x; x_0, \gamma) = \frac{1}{\pi \gamma \left(1 + (\frac{x-x_0}{\gamma})^2\right)}

where \gamma > 0.