MVGaussian.uncertainties (function)


def uncertainties(self, sigma=1, tex=False, dimension=None)

Expose (symmetric) uncertainties for the distribution(s) at a given value of sigma directly from MVGaussian.mean and MVGaussian.cov.

Arguments

  • sigma (int, optional, default=1): number of standard deviations to expose.
  • tex (bool, optional, default=False): return as a formatted latex string.
  • dimension (int or string, optional, default=None): the label or index of the dimension to use.

Returns