src/Statistics/BiPDF.hpp file

Joint bivariate PDF estimator.

Contents

Joint bivariate PDF estimator. This class can be used to estimate a joint probability density function (PDF) of two scalar variables 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::BiPDF
Joint bivariate PDF estimator.