Changeset 1000 for library/bdm/stat

Show
Ignore:
Timestamp:
05/27/10 00:30:09 (14 years ago)
Author:
smidl
Message:

bug in pdf

Files:
1 modified

Legend:

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

    r964 r1000  
    277277        for ( int i = 0; i < no_factors(); i++ ) { 
    278278                vec pom = factor ( i )->variance(); 
    279                 dls ( i )->pushup ( tmp, pow ( pom, 2 ) ); 
     279                dls ( i )->pushup ( tmp, pom ); // 
    280280        } 
    281281        return tmp;