Kitaru

Bin

Bin.

Attributes

attributelower_boundFiniteFloat | None
= Field(default=None, description='Inclusive lower bound, None on an open-ended first bin.')
attributeupper_boundFiniteFloat | None
= Field(default=None, description='Exclusive upper bound, None on an open-ended last bin.')
attributecountint
= Field(ge=0, description='Observations in the bin.')

On this page