Tesser.all 1.0.3

Not a real library; just a placeholder for unifying all the docs.

Installation

To install, add the following dependency to your project or build file:

[tesser.all "1.0.3"]

Namespaces

tesser.cardinality

Cardinality estimate digest using HyperLogLog+. For examples, check tesser.math/digest.

Public variables and functions:

tesser.core

The essential folds: map, mapcat, take, filter, some, any?, into, etc, plus common fold combinators.

tesser.hadoop

Helps you run a fold on Hadoop!

tesser.hadoop.serialization

Lets us serialize Tesser reduction state for transport through various distributed systems

tesser.math

Folds over numbers! Calculate sums, means, variance, standard deviation, covariance and linear correlations, and matrices thereof, plus quantiles and histograms estimates backed by probabilistic QDigests.

tesser.quantiles

Supports various streaming quantile sketches

tesser.simple

Drop-in replacement for reducers/fold and core/reduce, where order doesn’t matter.

Public variables and functions:

tesser.utils

Toolbox.