Show
Ignore:
Timestamp:
05/28/10 22:50:46 (14 years ago)
Author:
smidl
Message:

DEBUG macro for conditional output + new class

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/exp_family.h

    r1015 r1020  
    7676//! Estimator for Exponential family 
    7777class BMEF : public BM { 
    78 protected: 
     78        public: 
    7979        //! forgetting factor 
    8080        double frg; 
     81        protected: 
    8182        //! cached value of lognc() in the previous step (used in evaluation of \c ll ) 
    8283        double last_lognc;