final class Histogram extends Serializable
A histogram of the values in a given set.:w
- Annotations
- @SerialVersionUID() @SuppressWarnings()
- Alphabetic
- By Inheritance
- Histogram
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bins: List[(Double, Int)]
Produce bins for the histogram.
Produce bins for the histogram.
- returns
a list of bins representing the histogram
- Annotations
- @SuppressWarnings()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hasExtremeValues: Boolean
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isAnomalous(value: Double): Boolean
Check if a value is anamolous according to the histogram.
Check if a value is anamolous according to the histogram.
- value
the value to check for in the histogram
- returns
whether the value is anomalous according to the histogram
- Annotations
- @SuppressWarnings()
- def isAnomalous(value: BigInt): Boolean
Check if a value is anamolous according to the histogram.
Check if a value is anamolous according to the histogram.
- value
the value to check for in the histogram
- returns
whether the value is anomalous according to the histogram
- Annotations
- @SuppressWarnings()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTrackable(value: Double): Boolean
Check if a given value is trackable by this histogram
Check if a given value is trackable by this histogram
- value
the value to check
- def merge(value: BigDecimal): Histogram
Merge a value into this histogram.
Merge a value into this histogram.
- value
the value to merge into the histogram
- returns
the merged histogram
- def merge(value: BigInt): Histogram
Merge a value into this histogram.
Merge a value into this histogram.
- value
the value to merge into the histogram
- returns
the merged histogram
- def merge(value: Double): Histogram
Merge a value into this histogram.
Merge a value into this histogram.
- value
the value to merge into the histogram
- returns
the merged histogram
- def merge(other: Histogram): Histogram
Merge this histogram with another histogram.
Merge this histogram with another histogram.
- other
the histogram to merge with
- returns
the merged histogram
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- var sketch: DDSketch
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJson: JObject
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()