org.isarnproject

sketches

package sketches

Visibility
  1. Public
  2. All

Type Members

  1. case class TDigest(delta: Double, maxDiscrete: Int, nclusters: Int, clusters: TDigestMap) extends Serializable with Product

    A t-digest sketch of sampled numeric data, as described in: Computing Extremely Accurate Quantiles Using t-Digests, Ted Dunning and Otmar Ertl, https://github.

Value Members

  1. object TDigest extends Serializable

    Factory functions for TDigest

  2. package tdmap

Ungrouped