Changeset 761 for library

Show
Ignore:
Timestamp:
01/06/10 22:30:00 (14 years ago)
Author:
smidl
Message:

changes to dist identific example + wrapper for variance

Location:
library/bdm/stat
Files:
2 modified

Legend:

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

    r739 r761  
    9696 
    9797double egiw::evallog_nn ( const vec &val ) const { 
     98        bdm_assert_debug(val.length()==nPsi+dimx,"Incorrect cond in egiw::evallog_nn" ); 
     99         
    98100        int vend = val.length() - 1; 
    99101 
  • library/bdm/stat/merger.h

    r750 r761  
    221221        void set_sources ( const Array<shared_ptr<pdf> > &S ) { 
    222222                merger_base::set_sources ( S ); 
    223                 Nsources = S.length(); 
     223                //Nsources = S.length(); 
    224224        } 
    225225