Changeset 200 for bdm/estim/libPF.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/libPF.h

    r170 r200  
    122122        void bayes ( const vec &dt ); 
    123123        const epdf& _epdf() const {return jest;} 
     124        const epdf* _e() const {return &jest;} //Fixme: is it useful? 
    124125        //! Set postrior of \c rvc to samples from epdf0. Statistics of Bms are not re-computed! Use only for initialization! 
    125126        void set_est ( const epdf& epdf0 ) {