bayespy.inference.vmp.nodes.binomial.BinomialMoments

class bayespy.inference.vmp.nodes.binomial.BinomialMoments(N)[source]

Class for the moments of binomial variables

__init__(N)[source]

Methods

__init__(N)

add_converter(moments_to, converter)

compute_dims_from_values(x)

Return the shape of the moments for a fixed value.

compute_fixed_moments(x)

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.

get_instance_conversion_kwargs()

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

dims