UIARX Class Reference

#include <arx_ui.h>

List of all members.

Public Member Functions

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


Detailed Description

UI for ARX estimator

The ARX is constructed from a structure with fields:

estimator = {
    type = "ARX";
        y = {type="rv", ...}   // description of output variables
        rgr = {type="rv", ...} // description of regressor variables
        constant = true;       // boolean switch if the constant term is modelled or not

        //optional fields
        dV0 = [1e-3, 1e-5, 1e-5, 1e-5]; 
                           // default: 1e-3 for y, 1e-5 for rgr
        nu0 = 6;               // default: rgrlen + 2
        frg = 1.0;             // forgetting, default frg=1.0
};

The estimator will assign names of the posterior in the form ["theta_i" and "r_i"]


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