Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ count
Method
count
output/java_guava/1.4.16/PairedStats.java:71–73 ·
view source on GitHub ↗
Returns the number of pairs in the dataset.
()
Source
from the content-addressed store, hash-verified
69
70
71
public
long count() {
72
return
xStats.count();
73
}
74
75
/**
76
* Returns the statistics on the {@code x} values alone.
Callers
5
populationCovariance
Method · 0.95
sampleCovariance
Method · 0.95
pearsonsCorrelationCoefficient
Method · 0.95
leastSquaresFit
Method · 0.95
toString
Method · 0.95
Calls
1
count
Method · 0.65
Tested by
no test coverage detected