Show
Ignore:
Timestamp:
10/05/09 00:18:36 (15 years ago)
Author:
smidl
Message:

corrections in arx and ctrl_base

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/estim/arx.h

    r639 r649  
    7676                frg = frg0; 
    7777        } 
     78        void set_constant ( bool const0 ) { 
     79                have_constant=const0; 
     80        } 
    7881        void set_statistics ( int dimx0, const ldmat V0, double nu0 = -1.0 ) { 
    7982                est.set_parameters ( dimx0, V0, nu0 );