Skip to content

Commit

Permalink
DOC: fix linter and small formating.
Browse files Browse the repository at this point in the history
[skip cirrus] [skip actions]
  • Loading branch information
tupui committed Jan 12, 2023
1 parent 23a9537 commit bd5cba8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scipy/stats/_morestats.py
Expand Up @@ -241,8 +241,8 @@ def kstat(data, n=2):
See Also
--------
kstatvar: Returns an unbiased estimator of the variance of the k-statistic.
moment: Returns the n-th central moment about the mean for a sample.
kstatvar : Returns an unbiased estimator of the variance of the k-statistic.
moment : Returns the n-th central moment about the mean for a sample.
Notes
-----
Expand Down Expand Up @@ -338,8 +338,8 @@ def kstatvar(data, n=2):
See Also
--------
kstat: Returns the n-th k-statistic.
moment: Returns the n-th central moment about the mean for a sample.
kstat : Returns the n-th k-statistic.
moment : Returns the n-th central moment about the mean for a sample.
Notes
-----
Expand Down Expand Up @@ -2683,7 +2683,7 @@ def bartlett(*samples):


def levene(*samples, center='median', proportiontocut=0.05):
"""Perform Levene test for equal variances.
r"""Perform Levene test for equal variances.
The Levene test tests the null hypothesis that all input samples
are from populations with equal variances. Levene's test is an
Expand Down

0 comments on commit bd5cba8

Please sign in to comment.