Delta.uncertainties (function)
def uncertainties(self, sigma=1, tex=False, unit=None)
Expose (zero by default) uncertainties for the distribution(s) at a given
value of sigma.
Arguments
sigma(int, optional, default=1): number of standard deviations to expose - will still give zero uncertainty!tex(bool, optional, default=False): return as a formatted latex string.unit(astropy.unit, optional, default=None): unit of the values to expose. If None or not provided, will assume they're in Delta.unit.
Returns
- if not
tex: a list of triplets where each triplet is lower, median, upper - if
tex: Latex object with Latex.as_latex and Latex.as_string properties.