src/Statistics/UniPDF.hpp file

Univariate PDF estimator.

Contents

Univariate PDF estimator. This class can be used to estimate a probability density function of (PDF) a scalar variable from an ensemble. The implementation uses the standard container std::unordered_map, which is a hash-based associative container with linear algorithmic complexity for insertion of a new sample.

Namespaces

namespace tk
Toolkit declarations and definitions for general purpose utilities.

Classes

class tk::UniPDF
Univariate PDF estimator.