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/tests/arx_elem_test.cpp

    r679 r682  
    2323        Smp.set_row ( 0, smp ); 
    2424        // 
    25         Ar.bayesB ( Smp ); 
     25        Ar.bayes_batch ( Smp ); 
    2626        // Ar is now filled with estimates of N(0,1); 
    2727        cout << "Empirical moments: mu=" << sum ( smp ) / ndat << ", R=" << sum_sqr ( smp ) / ndat - pow ( sum ( smp ) / ndat, 2 ) << endl;