Show
Ignore:
Timestamp:
08/16/09 18:13:31 (15 years ago)
Author:
smidl
Message:

removal of unused functions _e() and samplecond(,) and added documentation lines

Files:
1 modified

Legend:

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

    r507 r536  
    122122                        if ( DBG ) { 
    123123                                cout << "Resampling =" << 1. / sum_sqr ( w ) << endl; 
    124                                 cout << Mix._e()->mean() << endl; 
     124                                cout << Mix.posterior().mean() << endl; 
    125125                                cout << sum ( Smp_ex, 2 ) / Npoints << endl; 
    126126                                cout << Smp_ex*Smp_ex.T() / Npoints << endl;