bayespy.inference.vmp.nodes.gaussian_markov_chain.GaussianMarkovChainDistribution.plates_from_parent

GaussianMarkovChainDistribution.plates_from_parent(index, plates)[source]

Compute the plates using information of a parent node.

If the plates of the parents are:

(mu, Lambda): (…) (A, nu): (…,N-1,D)

the resulting plates of this node are (…)

Parameters:

index (int) – Index of the parent to use.