mixpp: bdm::mmix Class Reference

bdm::mmix Class Reference

Mixture of pdfs with constant weights, all pdfs are of equal RV and RVC. More...

#include <emix.h>

List of all members.


Detailed Description

Mixture of pdfs with constant weights, all pdfs are of equal RV and RVC.


Member Function Documentation

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

}

Create object from the following structure

    class = 'mmix';
    pdfs = { list of components bdm::pdf };          % list of pdf offsprings, bdm::pdf::from_setting
    --- optional fields ---
    weights = [...];                                 % weights of pdfs in the mixture
    --- inherited fields ---
    bdm::pdf::from_setting

If the optional fields are not given, they will be filled as follows:

    weights = 1/n * [1,1,1,...];

References Coms, bdm::UI::get(), and 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