Show
Ignore:
Timestamp:
01/31/10 22:14:14 (14 years ago)
Author:
smidl
Message:

new ARX model (allowing non-linear transformation)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/exp_family.h

    r799 r800  
    17191719void mgnorm<sq_T >::set_parameters ( const shared_ptr<fnc> &g0, const sq_T &R0 ) { 
    17201720        g = g0; 
     1721        this->dim = g->dimension(); 
     1722        this->dimc = g->dimensionc(); 
    17211723        this->iepdf.set_parameters ( zeros ( g->dimension() ), R0 ); 
    17221724}