Changeset 900 for applications
- Timestamp:
- 04/11/10 22:05:11 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/bdmtoolbox/tutorial/userguide/frg_estim.m
r895 r900 32 32 E.particle = p; % ARX is the analytical part 33 33 E.res_threshold = 1.0; % resampling parameter 34 E.n = 10 ; % number of particles34 E.n = 100; % number of particles 35 35 E.prior.class = 'eDirich'; % prior on non-linear part 36 36 E.prior.beta = [2 1]; % … … 38 38 E.name = 'MPF'; 39 39 40 M=estimator(DS,{E});40 [M,Str]=estimator(DS,{E}); 41 41 42 42 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%