bayespy.inference.vmp.nodes.gaussian_markov_chain.GaussianMarkovChainMoments

class bayespy.inference.vmp.nodes.gaussian_markov_chain.GaussianMarkovChainMoments(N, D)[source]
__init__(N, D)[source]

Methods

__init__(N, D)

add_converter(moments_to, converter)

compute_fixed_moments(x)

from_values(x)

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.

rotate(u, R[, logdet])