mxnet.gluon.probability.distributions.cauchy¶
Cauchy distribution
Classes
|
Create a relaxed Cauchy distribution object. |
- class mxnet.gluon.probability.distributions.cauchy.Cauchy(loc=0.0, scale=1.0, validate_args=None)[source]¶
Bases:
DistributionCreate a relaxed Cauchy distribution object.
- Parameters:
loc (Tensor or scalar, default 0) – mode or median of the distribution
scale (Tensor or scalar, default 1) – half width at half maximum
- log_prob(value)[source]¶
Returns the log of the probability density/mass function evaluated at value.
- property mean¶
Returns the mean of the distribution.
- property variance¶
Returns the variance of the distribution.