com.yahoo.sketches.quantiles.package-info Maven / Gradle / Ivy
/*
* Copyright 2015-16, Yahoo! Inc.
* Licensed under the terms of the Apache License 2.0. See LICENSE file at the project root for terms.
*/
/**
* The quantiles package contains stochastic streaming algorithms that enable single-pass
* analysis of the distribution of a stream of real (double) values or generic items.
*
*
* @see com.yahoo.sketches.quantiles.DoublesSketch
* @author Lee Rhodes
*/
package com.yahoo.sketches.quantiles;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy