file
TriPDF.hppJoint trivariate PDF estimator.
Contents
- Reference
Joint trivariate PDF estimator. This class can be used to estimate a joint probability density function (PDF) of three 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::TriPDF
- Joint trivariate PDF estimator.