mixpp: bdm::mgdirac Class Reference

bdm::mgdirac Class Reference

Dirac delta density with predefined transformation. More...

#include <exp_family.h>

Inheritance diagram for bdm::mgdirac:

bdm::pdf bdm::root List of all members.

Public Member Functions

vec samplecond (const vec &cond)
double evallogcond (const vec &yt, const vec &cond)
void from_setting (const Setting &set)
void to_setting (Setting &set) const
void validate ()

Protected Attributes

shared_ptr< fncg

Detailed Description

Dirac delta density with predefined transformation.

Density of the type:

\[ f(x_t | y_t) = \delta (x_t - g(y_t)) \]

where $ x_t $ is the rv, $ y_t $ is the rvc and g is a deterministic transformation of class fn.


Member Function Documentation

void bdm::mgdirac::from_setting ( const Setting &  set  )  [virtual]

Create object from the following structure

    class = 'mgdirac';
    g = function bdm::fnc;      % any offspring of fnc, bdm::fnc::from_setting
    --- inherited fields ---
    bdm::pdf::from_setting

Reimplemented from bdm::pdf.


The documentation for this class was generated from the following files:
Generated on 2 Dec 2013 for mixpp by  doxygen 1.4.7