special_priors#

Specialized priors that behave like the Prior class.

The Prior class has certain design constraints that prevent it from covering all cases. So this module contains a collection of priors that do not inherit from the Prior class but have many of the same methods.

Classes

LogNormalPositiveParam([dims, centered])

A specialized implementation of a log normal distribution.