Changeset 1086

Show
Ignore:
Timestamp:
06/11/10 14:39:57 (14 years ago)
Author:
smidl
Message:

doc

Files:
4 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/doc/local/000scenarios.dox

    r1073 r1086  
    3838 - List of <a href="bdm_doc/annotated_bdm_BM.html" > Bayesian Models</a> 
    3939 - List of <a href="bdm_doc/annotated_bdm_Controllers.html" > Controllers</a> 
     40 - List of <a href="bdm_doc/annotated_bdm_MergerBase.html" > Mergers</a> 
    4041 
    4142For details of their use, see tutorials: 
     
    4344 - \ref userguide_sim 
    4445 - \ref userguide_estim 
     46 - \ref userguide_merg 
    4547 - \ref userguide_ctrl 
    4648  
  • applications/bdmtoolbox/doc/local/002mex_classes.dox

    r1054 r1086  
    11/*! 
    2 \page mex_bdm  Use Case #3: combining Matlab classes and BDM classes 
     2\page bdt_mex_bdm  Use Case #3: combining Matlab classes and BDM classes 
    33 
    44The classes written in Matlab can be combined with standard BDM classes via corresponding C++ classes with equal names, i.e. mexBM.m is accepted by C++ class mexBM 
  • applications/bdmtoolbox/doc/local/mainpage.dox

    r1050 r1086  
    4848The purpose of this use case is to allow seamless integration of pure Matlab algorithm into the routines of BDM.  
    4949 
    50 See \ref bdt_mex_classes for details 
     50See \ref bdt_mex_bdm for details 
    5151 
    5252 */ 
  • library/bdm/stat/merger.h

    r1085 r1086  
    260260 
    261261    \code 
    262     class = 'merger_base'; 
     262    class = 'MergerDiscrete'; 
    263263    method = 'arithmetic' or 'geometric' or 'lognormal';   % name of the model used for merging  
    264264    --- compulsory only for lognormal merging model --- 
     
    267267    dbg_file = '...';                                      % name of the file to store debug informations 
    268268    --- inherited fields --- 
    269     bdm::epdf::from_setting 
     269    bdm::MergerBase::from_setting 
    270270    \endcode 
    271271    */