Show
Ignore:
Timestamp:
10/15/09 00:10:19 (15 years ago)
Author:
smidl
Message:

doc

Location:
applications/bdmtoolbox
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/mex/mexBM.cpp

    r575 r661  
    7070                        //mexCallMATLAB(0, NULL, 1, &data, "dump"); 
    7171                }  
     72                //! return correctly typed posterior (covariant return) 
    7273                const mexEpdf& posterior() const  { 
    7374                        return est; 
  • applications/bdmtoolbox/tutorial/userguide/frg_estim.m

    r640 r661  
    2828E.n = 20;                          % number of particles 
    2929E.prior.class = 'eDirich';         % prior on non-linear part 
    30 E.prior.beta  = [1 1]; %  
     30E.prior.beta  = [2 1]; %  
    3131E.options ='logbounds,logll'; 
    3232E.name = 'MPF';