UIstateDS Class Reference

#include <libDS_ui.h>

List of all members.

Public Member Functions

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


Detailed Description

UI for stateDS

The DS is constructed from a structure with fields:

system = {
        type = "stateDS";
        //Internal model
        IM = { type = "mpdf"; //<-- valid offspring! e.g. "mlnorm"
                rv = { //description of x_t 
                        names=["name1",...];
                        sizes=[2,1]; // optional default=[1,1...];
                        times=[0,0]; // optional default=[0,0...];
                        }
                rvu= { //description of  u_t 
                        //optional default=empty
                        }       

                // remaining fields depending on the chosen type
                };
        //Observation model
        OM = { type = "mpdf-offspring";
                rv = {}; //description of d_t 
                rvu = {type="internal", path="system.IM.rvu"}; //description of u_t 
        
                //remaining fields
        }
};

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

Generated on Thu Apr 9 14:33:21 2009 for mixpp by  doxygen 1.5.8