Changeset 211 for mpdm/merg_pred.cpp

Show
Ignore:
Timestamp:
11/13/08 20:00:53 (16 years ago)
Author:
smidl
Message:

prejmenovani evalpdflog a evalcond

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpdm/merg_pred.cpp

    r204 r211  
    9494                                 
    9595                                yt(0) = Yt(t); 
    96                                 double P1pl = P1p->evalcond(yt,rgr1);    
    97                                 double P2pl = P2p->evalcond(yt,rgr2);    
    98                                 double PGpl = Pgp->evalcond(yt,rgrg);    
     96                                double P1pl = P1p->evallogcond(yt,rgr1);         
     97                                double P2pl = P2p->evallogcond(yt,rgr2);         
     98                                double PGpl = Pgp->evallogcond(yt,rgrg);         
    9999                                { 
    100100                                        cout << "yt: " << yt << endl; 
     
    113113                                        mlnorm<ldmat>* cP2p = (mlnorm<ldmat>*)mP2p->condition(y); 
    114114 
    115                                         cP1pl = cP1p->evalcond(yt,rgr1);         
    116                                         cP2pl = cP2p->evalcond(yt,rgr2);         
     115                                        cP1pl = cP1p->evallogcond(yt,rgr1);      
     116                                        cP2pl = cP2p->evallogcond(yt,rgr2);      
    117117                                 
    118118                                        cout << "ytm1: " << cP1p->_epdf().mean() << endl;