Returns the number of pairs in the dataset.
()
| 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. |
no test coverage detected