A mixture of distributions. More...
#include <vector>#include <algorithm>#include <iostream>#include <memory>#include <vpdl/vpdl_multi_cmp_dist.h>#include <vpdl/vpdt/vpdt_access.h>#include <cassert>Go to the source code of this file.
Classes | |
| class | vpdl_mixture< T, n > |
| A mixture of distributions. More... | |
| struct | vpdl_mixture< T, n >::component |
| A struct to hold the component distributions and weights. More... | |
| class | vpdl_mixture< T, n >::sort_weight |
| This functor is used by default for sorting with STL. More... | |
| class | vpdl_mixture< T, n >::sort_adaptor< comp_type_ > |
| This adaptor allows users to define ordering functors on the components without accessing the components directly. More... | |
A mixture of distributions.
Modifications None
Definition in file vpdl_mixture.h.
1.8.15