Base Distributions

Below is a list of distributions aranged by data type. This should help pick a suitable probability distribution for you data. Note that there may be restrictions on the support of each distribution. This information will be contained in the associated references for each individual distribution.

Data Type: int

Data Type: float

Data Type: Sequence[float]

Data Type: str

Data Type: Sequence[int]

Data Type: Sequence[str]

Data Type: Sequence[Tuple[int, float]]

Data Type: Sequence[Tuple[int, str]]

Data Type: Sequence[Any]