App Metrics Fork me on GitHub
Show / Hide Table of Contents

Namespace App.Metrics.Abstractions.ReservoirSampling

Interfaces

IReservoir

Provides access to a Reservoir Sampling implementation. Reservoir sampling is a family of randomized algorithms for randomly choosing a sample of k items from a list S containing n items, where n is either a very large or unknown number. Typically n is large enough that the list doesn't fit into main memory.

IReservoirSnapshot

Provides access to a snapshot used for calculating quantile statistics.

Back to top Copyright © 2017 Allan Hardy
Generated by DocFX