Changeset 271 for mpdm

Show
Ignore:
Timestamp:
02/16/09 10:03:13 (15 years ago)
Author:
smidl
Message:

Next major revision

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpdm/merg_pred.cpp

    r270 r271  
    141141                        //Merger 
    142142                } 
    143                 L.logit ( Li_Eth1, P1._epdf().mean() ); 
    144                 L.logit ( Li_Eth2, P2._epdf().mean() ); 
    145                 L.logit ( Li_Ethg, PG._epdf().mean() ); 
     143                L.logit ( Li_Eth1, P1.posterior().mean() ); 
     144                L.logit ( Li_Eth2, P2.posterior().mean() ); 
     145                L.logit ( Li_Ethg, PG.posterior().mean() ); 
    146146                L.logit ( Li_Data, vec_3 ( Yt ( t ), rgrg ( 1 ), rgrg ( 2 ) ) ); 
    147147                PostLLs *= frg;