bayespy.inference.vmp.nodes.poisson.PoissonMoments¶
- class bayespy.inference.vmp.nodes.poisson.PoissonMoments[source]¶
Class for the moments of Poisson variables
- __init__(*args, **kwargs)¶
Methods
__init__
(*args, **kwargs)add_converter
(moments_to, converter)Compute the moments for a fixed value
from_values
(x)Return the shape of the moments for a fixed value.
get_converter
(moments_to)Finds conversion to another moments type if possible.
Override this method when moment class instances are not identical if they have different attributes.
get_instance_converter
(**kwargs)Default converter within a moments class is an identity.
Attributes