Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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