Show
Ignore:
Timestamp:
05/18/10 21:19:38 (14 years ago)
Author:
smidl
Message:

Move logfull out of epdf.

Files:
1 modified

Legend:

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

    r934 r950  
    3232E.class = 'PF'; 
    3333E.particle = p;                    % ARX is the analytical part 
    34 E.res_threshold = 1.0;             % resampling parameter 
     34E.res_threshold = 0.90;             % resampling parameter 
    3535E.n = 100;                          % number of particles 
    3636E.prior.class = 'eDirich';         % prior on non-linear part 
    3737E.prior.beta  = [2 1]; %  
    38 E.log_level = 'logbounds'; 
     38E.log_level = 'logbounds,logweights,logmeans'; 
    3939E.name = 'MPF'; 
    4040 
     
    5959title('Forgetting factor') 
    6060 
     61 
     62for i=1:E.n 
     63