Histogram conversions, for example to String and XML format;
This class requires the Colt distribution, whereas the rest of the package is entirelly stand-alone.
Returns whether two objects are equal;
This default implementation returns true if the other object is a bin
and has the same size, value, error and center.
Returns whether two bins are equal;
They are equal if the other object is of the same class or a subclass of this class and both have the same size, minimum, maximum, sum and sumOfSquares.
The precise meaning of the arguments to the public slice
methods is somewhat ambiguous, so we define this internal
slice method and clearly specify its arguments.
The precise meaning of the arguments to the public slice
methods is somewhat ambiguous, so we define this internal
slice method and clearly specify its arguments.
The precise meaning of the arguments to the public slice
methods is somewhat ambiguous, so we define this internal
slice method and clearly specify its arguments.
The precise meaning of the arguments to the public slice
methods is somewhat ambiguous, so we define this internal
slice method and clearly specify its arguments.
The precise meaning of the arguments to the public slice
methods is somewhat ambiguous, so we define this internal
slice method and clearly specify its arguments.
Static and the same as its superclass, except that it can do more: Additionally computes moments of arbitrary integer order, harmonic mean, geometric mean, etc.
1-dimensional non-rebinnable bin holding double elements with scalable quantile operations defined upon;
Using little main memory, quickly computes approximate quantiles over very large data sequences with and even without a-priori knowledge of the number of elements to be filled;
Conceptually a strongly lossily compressed multiset (or bag);
Guarantees to respect the worst case approximation error specified upon instance construction.
Create a slice parallel to the axis Y axis, between "indexX1" and "indexX2" (inclusive)
The returned IHistogram1D represents an instantaneous snapshot of the
histogram at the time the slice was created.
Returns the currently stored elements, sorted ascending; WARNING: not a copy of them;
Thus, improper usage of the returned list may not only corrupt the receiver's internal state, but also break thread safety!
Only provided for performance and memory sensitive applications.
Divides (rebins) a copy of the receiver at the given percentage boundaries into bins and returns these bins, such that each bin approximately reflects the data elements of its range.
Divides (rebins) a copy of the receiver at the given interval boundaries into bins and returns these bins, such that each bin approximately reflects the data elements of its range.
Returns whether two bins are equal;
They are equal if the other object is of the same class or a subclass of this class and both have the same size, minimum, maximum, sum, sumOfSquares, sumOfInversions and sumOfLogarithms.