Skip to content

Commit

Permalink
(doc) Fix grammar errors in Javadoc of WilcoxonSignedRankTest.wilcoxo…
Browse files Browse the repository at this point in the history
…nSignedRankTest.
  • Loading branch information
pengyunie committed Feb 27, 2020
1 parent 4d5983a commit 5d6254e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ private double calculateAsymptoticPValue(final double Wmin, final int N) {
* if true and x.length < 30, this is ignored because
* calculations may take too long)
* @return p-value
* @throws NullArgumentException if {@code x} or {@code y} are {@code null}.
* @throws NoDataException if {@code x} or {@code y} are zero-length.
* @throws NullArgumentException if {@code x} or {@code y} is {@code null}.
* @throws NoDataException if {@code x} or {@code y} is zero-length.
* @throws DimensionMismatchException if {@code x} and {@code y} do not
* have the same length.
* @throws NumberIsTooLargeException if {@code exactPValue} is {@code true}
Expand Down

0 comments on commit 5d6254e

Please sign in to comment.