MVGaussian.take_dimensions (function)


def take_dimensions(self, dimensions)

Take multiple dimensions from the multivariate distribution (and remove all others), returning another MVGaussian object.

See also:

Arguments

  • dimension (list of strings or ints): the labels or indices of the dimensions to include in the new distribution.

Returns