Uniform_Around.to_uniform (function)


def to_uniform(self, value=None)

Expose the "frozen" Uniform distribution at a certain Uniform_Around.value as the central value.

Arguments

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

Returns