estimator.util.Bounds

estimator.util.Bounds#

class estimator.util.Bounds(low, high)[source]#

Create new instance of Bounds(low, high)

__call__(**kwargs)#

Call self as a function.

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

high

Alias for field number 1

low

Alias for field number 0