Skip to content

Commit

Permalink
Update kurtosis test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Oct 13, 2023
1 parent c3785b1 commit ba6f00b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected Stream<StatisticTestData> streamTestData() {
1, 2, 3, 4, 5));
builder.accept(addReference(-2.098602258096087, DoubleTolerances.ulps(10), 2, 8, 0, 4, 1, 9, 9, 0));
// Excel v16.78 23100802: KURT(x)
builder.accept(addReference(10.3116694214876, DoubleTolerances.ulps(10), 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 50));
builder.accept(addReference(10.3116694214876, DoubleTolerances.ulps(15), 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 50));
return builder.build();
}

Expand Down

0 comments on commit ba6f00b

Please sign in to comment.