Changeset 286 for bdm/estim/arx.cpp

Show
Ignore:
Timestamp:
03/05/09 14:03:35 (15 years ago)
Author:
smidl
Message:

make mpdm work again

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/estim/arx.cpp

    r283 r286  
    5757 
    5858enorm<ldmat>* ARX::epredictor ( const vec &rgr ) const { 
    59         int dim=est.dimension(); 
     59        int dim=dimx;//est.dimension(); 
    6060        mat mu ( dim, V.rows()-dim ); 
    6161        mat R ( dim,dim );