Skip to content

Commit 6bdf9f9

Browse files
committed
DOC: stats.lmoment: fix docstring example
1 parent 28b0b6a commit 6bdf9f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scipy/stats/_stats_py.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10836,6 +10836,7 @@ def lmoment(sample, order=[1, 2, 3, 4], *, axis=0, sorted=False, standardize=Tru
1083610836
1083710837
Examples
1083810838
--------
10839+
>>> import numpy as np
1083910840
>>> from scipy import stats
1084010841
>>> rng = np.random.default_rng(328458568356392)
1084110842
>>> sample = rng.exponential(size=100000)

0 commit comments

Comments
 (0)