-
Creates a Stats instance from the given byte representation which was obtained by
toByteArray().
Stats.of(double... values)
Returns statistics over a dataset containing the given values.
Returns statistics over a dataset containing the given values.
Returns statistics over a dataset containing the given values.
Returns statistics over a dataset containing the given values.
Returns statistics over a dataset containing the given values.
Returns statistics over a dataset containing the given values.
Returns statistics over a dataset containing the given values.
Returns statistics over a dataset containing the given values.
Returns an immutable snapshot of the current statistics.
Returns the statistics on the x values alone.
PairedStatsAccumulator.xStats()
Returns an immutable snapshot of the statistics on the x values alone.
Returns the statistics on the y values alone.
PairedStatsAccumulator.yStats()
Returns an immutable snapshot of the statistics on the y values alone.
void
Adds the given statistics to the dataset, as if the individual values used to compute the
statistics had been added directly.