Show
Ignore:
Timestamp:
06/07/10 17:25:57 (14 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/doc/local/03userguide_estim.dox

    r1044 r1054  
    4343Implementation of these operations is heavily dependent on the specific class of prior pdf, or its approximations. We can identify only a few principal approaches to this problem. For example, analytical estimation which is possible within sufficient the Exponential Family, or estimation when both prior and posterior are approximated by empirical densities.  
    4444These approaches are first level of descendants of class \c BM, classes bdm::BMEF and bdm::PF, respectively. 
     45 
     46List of all available <a href="annotated_bdm_BM.html"> Bayesian Models </a>. 
    4547 
    4648\section ug2_arx_basic Estimation of ARX models 
     
    185187In order to create a new extension of an estimator, copy file with class mexLaplaceBM.m and redefine the methods therein. If needed create new classes for pdfs by inheriting from mexEpdf, it the same way as in the mexLaplace.m example class. 
    186188 
    187 For list of all estimators, see \ref app_base. 
     189For list of all Matlab estimators, see <a href="annotated.html"> list </a>. 
     190 
    188191*/