Changeset 283 for tests/testKF_QR.cpp

Show
Ignore:
Timestamp:
02/24/09 14:14:01 (15 years ago)
Author:
smidl
Message:

get rid of BMcond + adaptation in doprava/

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/testKF_QR.cpp

    r278 r283  
    6161        evolQR.set_parameters(10.0,"1 1 1"); //sigma = 1/10 mu 
    6262         
    63         MPF<KFcondQR > KF_QR(&evolQR,&evolQR,100,KF); 
     63        MPF<KFcondQR> KF_QR; 
     64        KF_QR.set_parameters(&evolQR,&evolQR,100); 
    6465        evolQR.condition("1 1 1"); 
    65         epdf& pfinit=evolQR._epdf(); 
    66         KF_QR.set_est(pfinit); 
     66        KF_QR.set_statistics(evolQR._e(), &KF); 
    6767        const epdf& mpost=KF_QR.posterior(); 
    6868        const epdf& mposttr=KFtr.posterior();