KullbackLeiblerConvexConj
- class odl.functionals.default_functionals.KullbackLeiblerConvexConj(*args, **kwargs)[source]
Bases:
FunctionalThe convex conjugate of Kullback-Leibler divergence functional.
Notes
The functional
with prior
is given by:
See Also
KullbackLeibler : convex conjugate functional
- __init__(space, prior=None)[source]
Initialize a new instance.
Parameters
- space
DiscretizedSpaceorTensorSpace Domain of the functional.
- prior
spaceelement-like, optional Depending on the context, the prior, target or data distribution. It is assumed to be nonnegative. Default: if None it is take as the one-element.
- space