Show
Ignore:
Timestamp:
10/27/09 16:52:32 (15 years ago)
Author:
mido
Message:

bayesB renamed to bayes_batch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/bdmbase.h

    r679 r682  
    10801080        virtual void bayes ( const vec &yt, const vec &cond=empty_vec ) = 0; 
    10811081        //! Batch Bayes rule (columns of Dt are observations) 
    1082         virtual void bayesB ( const mat &Dt ); 
     1082        virtual void bayes_batch ( const mat &Dt ); 
    10831083        //! Evaluates predictive log-likelihood of the given data record 
    10841084        //! I.e. marginal likelihood of the data with the posterior integrated out.