mixpp: bdm::emix Class Reference

bdm::emix Class Reference

Mixture of epdfs. More...

#include <emix.h>

List of all members.


Detailed Description

Mixture of epdfs.

Density function:

\[ f(x) = \sum_{i=1}^{n} w_{i} f_i(x), \quad \sum_{i=1}^n w_i = 1. \]

where $f_i(x)$ is any density on random variable $x$, called component,


Member Function Documentation

void bdm::emix::from_setting (const Setting & set ) 

Create object from the following structure

    class = 'emix';
    pdfs = { list of any bdm::pdf offsprings };   % pdfs in the mixture, bdm::pdf::from_setting
    weights = [... ];                             % vector of weights of pdfs in the mixture
    --- inherited fields ---
    bdm::emix_base::from_setting

References Coms, bdm::UI::get(), and bdm::emix_base::w.


The documentation for this class was generated from the following files:

Generated on Fri Aug 27 16:54:41 2010 for mixpp by  doxygen 1.6.0