Show
Ignore:
Timestamp:
10/23/09 00:05:25 (15 years ago)
Author:
smidl
Message:

Major changes in BM -- OK is only test suite and tests/tutorial -- the rest is broken!!!

Files:
1 modified

Legend:

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

    r678 r679  
    1414        /////////// 
    1515 
    16 void BMEF::bayes ( const vec &dt ) { 
    17         this->bayes ( dt, 1.0 ); 
     16void BMEF::bayes( const vec &yt, const vec &cond ) { 
     17        this->bayes_weighted ( yt, cond, 1.0 ); 
    1818}; 
    1919