Show
Ignore:
Timestamp:
05/11/10 16:25:24 (14 years ago)
Author:
smidl
Message:

bdmtoolbox updated for new loggers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/tutorial/userguide/particle_ARX.m

    r888 r933  
    4141PF.particle.parameter_pdf = fx; 
    4242PF.particle.observation_pdf = fy; 
    43 PF.log_level ={'bounds','likelihood,'}; 
     43PF.log_level ='logbounds,logevidence'; 
    4444PF.prior.class = 'egauss'; 
    4545PF.prior.mu = 0; 
     
    5454%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
    5555% plot results 
    56 ndat = size(M.DS_u,1); 
     56ndat = size(M.DS_dt_u,1); 
    5757 
    58 plotestimates(M.DS_x, ... 
     58plotestimates(M.DS_dt_x, ... 
    5959    M.Est0_apost_mean_x, ... 
    60     M.Est0_apost_lb_x, ... 
    61     M.Est0_apost_ub_x); 
     60    M.Est0_apost_lbound_x, ... 
     61    M.Est0_apost_ubound_x); 
    6262set(gca,'YLim',[-1.5,1]); 
    6363