MCPcopy Create free account
hub / github.com/antlr/codebuff / count

Method count

corpus/java/training/guava/math/PairedStats.java:70–72  ·  view source on GitHub ↗

Returns the number of pairs in the dataset.

()

Source from the content-addressed store, hash-verified

68 * Returns the number of pairs in the dataset.
69 */
70 public long count() {
71 return xStats.count();
72 }
73
74 /**
75 * Returns the statistics on the {@code x} values alone.

Callers 5

populationCovarianceMethod · 0.95
sampleCovarianceMethod · 0.95
leastSquaresFitMethod · 0.95
toStringMethod · 0.95

Calls 1

countMethod · 0.65

Tested by

no test coverage detected