We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cc3f4 commit e88fd72Copy full SHA for e88fd72
src/test/java/com/thealgorithms/maths/CorrelationTest.java
@@ -31,6 +31,7 @@ public void testCorrelationConstant() {
31
double[] y = {4, 4, 4};
32
int n = 3;
33
assertEquals(0, Correlation.correlation(x, y, n), DELTA);
34
+ }
35
36
public void testCorrelationLinearDependence() {
37
double[] x = {1, 2, 3, 4};
0 commit comments