file
BiPDF.hppJoint bivariate PDF estimator.
Contents
- Reference
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.