MVGaussian.to_gaussian (function)


def to_gaussian(self, dimension)

Convert the MVGaussian distribution to a Gaussian univariate distribution.

Arguments

  • dimension (int or str): index or label of the dimension to use for the univariate distribution.

Returns