Show
Ignore:
Timestamp:
08/16/09 18:13:31 (15 years ago)
Author:
smidl
Message:

removal of unused functions _e() and samplecond(,) and added documentation lines

Files:
1 modified

Legend:

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

    r477 r536  
    2121namespace bdm { 
    2222 
     23//! enum switch for internal approximation used in MixEF 
    2324enum MixEF_METHOD { EM = 0, QB = 1}; 
    2425 
     
    118119                return *est; 
    119120        } 
    120         const eprod* _e() const { 
    121                 return est; 
    122         } 
    123121        emix* epredictor() const; 
    124122        //! Flatten the density as if it was not estimated from the data