KullbackLeiblerCrossEntropyConvexConj
- class odl.functionals.default_functionals.KullbackLeiblerCrossEntropyConvexConj(*args, **kwargs)[source]
Bases:
FunctionalThe convex conjugate of Kullback-Leibler Cross Entorpy functional.
Notes
The functional
with prior
is given by
See Also
KullbackLeiblerCrossEntropy : 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