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

    r198 r200  
    105105        double logpred ( const vec &dt ) const; 
    106106        const epdf& _epdf() const {return *est;} 
     107        const eprod* _e() const {return est;} 
    107108        emix* predictor(const RV &rv) const; 
    108109        //! Flatten the density as if it was not estimated from the data