GreaterThan

class pmrf.constraints.GreaterThan(lower: float | Array)

Bases: AbstractConstraint

Represents a value strictly greater than a lower bound.

Attributes:

lower: The exclusive lower bound array or scalar.

Args:

lower: The exclusive lower bound.

property bijector: AbstractBijector
property bounds: tuple[Float[jaxlib._jax.Array, '...'], Float[jaxlib._jax.Array, '...']]
lower: Array