Skip to content

Improper Uniform¤

distreqx.distributions.ImproperUniform(distreqx.distributions.AbstractDistribution) ¤

Improper Uniform distribution over the entire real line.

This distribution has an unnormalized probability density of 1 everywhere, meaning its log_prob evaluates to 0. As an improper distribution, it does not integrate to 1 and cannot be sampled.

__init__(shape: tuple = ()) ¤

Initializes an ImproperUniform distribution.

Arguments:

  • shape: Event shape of the improper uniform distribution.