MVSamples.to_gaussian (function)


def to_gaussian(self, dimension)

Convert the MVSamples distribution to a Gaussian univariate distribution.

Under-the-hood, this calls MVSamples.to_histogram followed by Histogram.to_gaussian.

Arguments

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

Returns