Home
last modified time | relevance | path

Searched refs:rowSum (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DChiSquareTestImpl.java158 double[] rowSum = new double[nRows]; in chiSquare() local
163 rowSum[row] += counts[row][col]; in chiSquare()
174 expected = (rowSum[row] * colSum[col]) / total; in chiSquare()
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
Dtest_fec.cc208 uint32_t rowSum = 0; in TEST() local
210 rowSum += fecPacketMasks[i][j]; in TEST()
212 ASSERT_NE(0u, rowSum) << "Row is all zero " << i; in TEST()