Show
Ignore:
Timestamp:
05/27/10 23:07:49 (14 years ago)
Author:
smidl
Message:

Flatten has an extra argument

Files:
1 modified

Legend:

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

    r1003 r1013  
    9999 
    100100        //!Flatten the posterior according to the given BMEF (of the same type!) 
    101         virtual void flatten ( const BMEF * B ) NOT_IMPLEMENTED_VOID; 
     101        virtual void flatten ( const BMEF * B, double weight=1.0 ) NOT_IMPLEMENTED_VOID;; 
    102102 
    103103 
     
    620620        double logpred ( const vec &yt ) const; 
    621621 
    622         void flatten ( const BMEF* B ); 
     622        void flatten ( const BMEF* B , double weight); 
    623623 
    624624        //! return correctly typed posterior (covariant return)