Skip to content

Commit

Permalink
Merge pull request scipy#10301 from jmmanley/anderson_ksamp_doc
Browse files Browse the repository at this point in the history
 DOC: Fix critical value significance levels in stats.anderson_ksamp
  • Loading branch information
chrisb83 committed Jun 13, 2019
2 parents aef60c7 + a53cee8 commit 3478f52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions THANKS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ Jordi Montes for initial contribution of the Clarkson-Woodruff sketch.
William Conner DiPaolo for improvements to the Clarkson-Woodruff transform.
Forrest Collman for adding multi-target dijsktra to scipy.sparse.csgraph
Carlos Ramos Carreño for adding support for relational attributes in loadarff.
Jason M. Manley for documentation fixes.

Institutions
------------
Expand Down
5 changes: 3 additions & 2 deletions scipy/stats/morestats.py
Original file line number Diff line number Diff line change
Expand Up @@ -1919,11 +1919,12 @@ def anderson_ksamp(samples, midrank=True):
statistic : float
Normalized k-sample Anderson-Darling test statistic.
critical_values : array
The critical values for significance levels 25%, 10%, 5%, 2.5%, 1%.
The critical values for significance levels 25%, 10%, 5%, 2.5%, 1%,
0.5%, 0.1%.
significance_level : float
An approximate significance level at which the null hypothesis for the
provided samples can be rejected. The value is floored / capped at
1% / 25%.
0.1% / 25%.
Raises
------
Expand Down

0 comments on commit 3478f52

Please sign in to comment.