Package io.deephaven.enterprise.base.stats


package io.deephaven.enterprise.base.stats
  • Class
    Description
    A statistic where each value represents a additive quantity, and thus the sum of the values does have meaning.
    Created by IntelliJ IDEA.
    This class accumulates samples in a 64 bin histogram with the property that for a sample value of n, the bin index will be log2(n)+1 (offset by 1) since there are no unsinged numbers, and placing negative and 0 values in bin 0 preserves order, with maximum appearing in bin index 63 (max pos numbers) Created by bmott on May 8, 2013.
    Created by IntelliJ IDEA.
     
    Created by IntelliJ IDEA.
    Item<V extends Value>
    Created by IntelliJ IDEA.
    Created by IntelliJ IDEA.
    A statistic where each value represents a snapshot of the state of the system, and thus the sum of the values does not have any meaning.
    Created by IntelliJ IDEA.
    A non-static interface to the Stats component.
     
    Created by IntelliJ IDEA.