Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Aug 25, 2023
1 parent 7e1aac8 commit fb63d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skpro/distributions/mixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Mixture(BaseMetaObject, BaseDistribution):
Example
-------
>>> from skpro.distributions.mixture import Mixture
>>> from skpro.distributions.normal import Normal
>>> n1 = Normal(mu=[[0, 1], [2, 3], [4, 5]], sigma=1)
>>> n2 = Normal(mu=3, sigma=2, index=n1.index, columns=n1.columns)
Expand Down

0 comments on commit fb63d2c

Please sign in to comment.