UImgnorm Class Reference

#include <libEF_ui.h>

Inheritance diagram for UImgnorm:

bdm::UIbuilder

List of all members.


Detailed Description

UI for mgnorm

The mgnorm is constructed from a structure with fields:

system = {
        type = "mgnorm";
        // function for mean value evolution
        g = {type="fnc"; ... }

        // variance
        R = [1, 0,
         0, 1];
        // --OR --
        dR = [1, 1];

        // == OPTIONAL ==

        // description of y variables
        y = {type="rv"; names=["y", "u"];};
        // description of u variable
        u = {type="rv"; names=[];}
};

Result if

Public Member Functions

bdmrootbuild (Setting &S) const
 Function building the computational object.


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

Generated on Wed Mar 4 18:50:18 2009 for mixpp by  doxygen 1.5.6