#include <libDS_ui.h>


Public Member Functions | |
| bdmroot * | build (Setting &S) const |
| Function building the computational object. | |
Protected Member Functions | |
| const vec | getvec (Setting &S) const |
| const vec | getivec (Setting &S) const |
The ArxDS is constructed from the structure with fields:
system = {
type = "ArxDS";
ychns = [1,2];
// regressor for each of ychn (#1, #2)
ids = ([1, 1, 1, 2], []);
// delays in time for (#1, #2)
delays = ([1, 2, 3, 0], []);
// theta in time for (#1, #2)
theta = ([0.8, -0.3, 0.4, 1.0], []);
//variance in for each ychn
r = (0.1, 1.0);
};
1.5.6