Show
Ignore:
Timestamp:
05/25/10 22:33:29 (14 years ago)
Author:
smidl
Message:

doc - extensions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/tutorial/02userguide_estim.dox

    r948 r983  
    2828\li Result Logger is an object (class logger) dedicated to storing important data from the experiment. 
    2929 
    30 Since objects  datasource and the logger has already been introduced in section \ref userguide, it remains to introduce  
     30Since objects  datasource and the logger has already been introduced in section \ref userguide_sim, it remains to introduce  
    3131object \c Bayesian \c Model (bdm::BM). 
    3232 
     
    6262 - logbounds - store also lower and upper bounds on estimates (obtained by calling BM::posterior().qbounds()), 
    6363 - logevidence - store also evidence of each step of the Bayes rule. 
    64 These values are stored in given logger (\ref ug_loggers). By default, only mean values of the estimate are stored. 
     64These values are stored in given logger (\ref ug_store). By default, only mean values of the estimate are stored. 
    6565 
    6666Storing of the evidence is useful, e.g. in model selection task when two models are compared. 
     
    179179Similarly to the extension of pdf, the estimators (or filters) can be extended via prepared class \c mexBM in directory bdmtoolbox/mex/mex_classes. 
    180180 
    181 An example of such class is mexLaplaceBM in \<toolbox_dir\>\tutorial\userguide\laplace_example.m 
     181An example of such class is mexLaplaceBM in \<toolbox_dir\>/tutorial/userguide/laplace_example.m 
    182182 
    183183Note that matlab-extended classes of mexEpdf, specifically, mexDirac and mexLaplace are used as outputs of methods posterior and epredictor, respectively.