#include <stat/libDS_ui.h>
#include <estim/arx_ui.h>
Functions | |
int | main (int argc, char *argv[]) |
The general task of estimation is defined on the following scheme:
Here,
$> estimator config_file.cfg
Full description of the experiment is in the file config_file.cfg which is expected to have the following structure:
system = {type = "DS_offspring", ...}; // definition of a data source estimator = {type = "BM_offspring", ...}; // definition of an estimator logger = {type = "logger_type",...}; // definition of a logger experiment = {ndat = 11000; }; // definition of number of data records
The above description must be specialized to specific classes. See, Running experiment estimator
with ARX data fields how to do it for estimation of an ARX model.
>> estimator('config_file.cfg');
>> Res=estimator('config_file.cfg');
"mexlog"
. The results will be stored in structure M
.