Gaussian_Around.to_gaussian (function)


def to_gaussian(self, value=None)

Expose the "frozen" Gaussian distribution at a certain Gaussian_Around.value as Gaussian.loc.

Arguments

  • value (float, default=None): value to use for Gaussian.loc. If not provided, will default to Gaussian_Around.value. If that is not set, then an error will be raised.

Returns