Probability distributions#
The sktime.distributions module contains
probability distributions which combine a pandas.DataFrame-like API
with a scikit-base compatible object interface.
All distributions in skpro can be listed using the skpro.registry.all_objects utility,
using object_types="distribution", optionally filtered by tags.
Valid tags can be listed using sktime.registry.all_tags.
Base#
|
Base probability distribution. |
Parametric distributions#
|
Laplace distribution. |
|
Normal distribution (skpro native). |
|
Student's t-distribution (sktime native). |
Non-parametric and empirical distributions#
|
Empirical distribution (skpro native). |
Composite distributions#
|
Mixture of distributions. |