Skip to content

Commit

Permalink
Update mixture.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Aug 25, 2023
1 parent c3a7eca commit ab81ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/distributions/mixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def mean(self):
pd.DataFrame with same rows, columns as `self`
expected value of distribution (entry-wise)
"""
return self._average(self, "mean")
return self._average("mean")

def var(self):
r"""Return element/entry-wise variance of the distribution.
Expand Down

0 comments on commit ab81ee5

Please sign in to comment.