pyuncertainnumber.pba.intervals.random

Attributes

Functions

uniform_endpoints([n, left_bound, right_bound, kind, ...])

Draws endpoints from a uniform distribution.

create_two_large_interval_matrices(shape[, ...])

Module Contents

pyuncertainnumber.pba.intervals.random.LEFT_BOUND = -1000
pyuncertainnumber.pba.intervals.random.RIGHT_BOUND = 1000
pyuncertainnumber.pba.intervals.random.uniform_endpoints(n: int = 2, left_bound: float = None, right_bound: float = None, kind: type = float, shape: tuple = None)

Draws endpoints from a uniform distribution. It was created as an interval random generator.

pyuncertainnumber.pba.intervals.random.create_two_large_interval_matrices(shape, left_bound=0, right_bound=1)