UIARX Class Reference

#include <arx_ui.h>

Inheritance diagram for UIARX:

Inheritance graph
[legend]

List of all members.


Detailed Description

UI for ARX estimator

The ARX is constructed from a structure with fields:

estimator = {
    type = "ARX";
        ychns = [1];
        rgrid =  [ 1,  1,  1,  2];
        delays = [-1, -2, -3, -1];

        //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
};

Public Member Functions

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

Protected Member Functions

const vec getvec (Setting &S) const
const mat getmat (Setting &S, int ncols) const
const vec getivec (Setting &S) const

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

Generated on Wed Feb 11 23:34:01 2009 for mixpp by  doxygen 1.5.6