Changeset 200 for bdm/estim/arx.h

Show
Ignore:
Timestamp:
11/10/08 15:40:24 (16 years ago)
Author:
smidl
Message:

BM has now function _e() returning posterior of correct type

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/estim/arx.h

    r198 r200  
    7979        //! Brute force structure estimation.\return indeces of accepted regressors. 
    8080        ivec structure_est ( egiw Eg0 ); 
     81        const egiw* _e() const {return &est ;}; 
    8182}; 
    8283