wrapped_tfp_distribution

jaxns.framework.wrapped_tfp_distribution

Module Contents

exception InvalidDistribution(dist=None)[source]

Bases: Exception

Raised when a distribution does not have a quantile.

Initialize self. See help(type(self)) for accurate signature.

Parameters:

dist (Optional[tfpd])

class WrappedTFPDistribution(dist)[source]

Bases: jaxns.framework.bases.BaseAbstractDistribution

Represents a wrapped TFP distribution.

Parameters:

dist (tfpd)

dist_chain = [][source]
__repr__()[source]