bayespy.nodes.ConcatGaussian

class bayespy.nodes.ConcatGaussian(*nodes, **kwargs)[source]

Concatenate Gaussian vectors along the variable axis (not plate axis)

NOTE: This concatenates on the variable axis! That is, the dimensionality of the resulting Gaussian vector is the sum of the dimensionalities of the input Gaussian vectors.

TODO: Add support for Gaussian arrays and arbitrary concatenation axis.

__init__(*nodes, **kwargs)[source]

Methods

__init__(*nodes, **kwargs)

add_plate_axis(to_plate)

broadcasting_multiplier(plates, *args)

delete()

Delete this node and the children

get_mask()

get_moments()

get_pdf_nodes()

get_shape(ind)

has_plotter()

Return True if the node has a plotter

lower_bound_contribution([gradient])

move_plates(from_plate, to_plate)

plot([fig])

Plot the node distribution using the plotter of the node

random()

set_plotter(plotter)

Attributes

plates

plates_multiplier

Plate multiplier is applied to messages to parents