bdm::ARXg Class Reference
Non-linear transformation + Gaussian noise. More...
#include <arx_ext.h>
Detailed Description
Non-linear transformation + Gaussian noise.
Regression of the following kind:
![\[ y_t = g(\psi_t ) + r e_t \]](form_203.png)
where unknown parameters rv are
, regression vector
is propagated through a known function g. Distrubances
are supposed to be normally distributed:
![\[ e_t \sim \mathcal{N}(0,1). \]](form_32.png)
Member Function Documentation
| void bdm::ARXg::from_setting | ( | const Setting & | set | ) | [inline] |
class = 'ARXg';
yrv = RV({names_of_dt} ) // description of output variables
rgr = RV({names_of_regressors}, [-1,-2]} // description of regressor variables
constant = 1; // 0/1 switch if the constant term is modelled or not
g = {class='my_function',...} // function transforming regressor
--- optional ---
prior = {class='egiw',...}; // Prior density, when given default is used instead
alternative = {class='egiw',...}; // Alternative density in stabilized estimation, when not given prior is used
frg = 1.0; // forgetting, default frg=1.0
rv = RV({names_of_parameters}} // description of parametetr names
Reimplemented from bdm::ARX.
References g.
The documentation for this class was generated from the following file:
Generated on Fri Aug 27 16:54:40 2010 for mixpp by
1.6.0
