Changeset 652

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

doc corrections

Location:
library
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/bdmbase.h

    r635 r652  
    11921192                if ( LFlags ( 3 ) ) LIDs ( 3 ) = L.add ( RV ( "ll", 1 ), name );    //TODO: "local" RV 
    11931193        } 
     1194        //! Save results to the given logger, details of what is stored is configured by \c LIDs and \c options 
    11941195        virtual void logit ( logger &L ) { 
    11951196                L.logit ( LIDs ( 0 ), posterior().mean() ); 
  • library/doc/tutorial/01userguide.dox

    r651 r652  
    22\page user_guide BDM Use - System, Data, Simulation 
    33 
    4 This section serves as introdustion to the scenario of data simulation. Since it is the simpliest of all scenarios defined in \ref user_guide0 it also serves as introduction to configuration of an experiment (see \ref ui_page) and basic decision making objects (bdm::RV and bdm::DS). 
     4This section serves as introdustion to the scenario of data simulation. Since it is the simpliest of all scenarios defined in \ref 005userguide0 it also serves as introduction to configuration of an experiment (see \ref ui_page) and basic decision making objects (bdm::RV and bdm::DS). 
    55 
    66All experiments are demonstarted on scenario simulator which can be either standalone application or mex file (simulator.mex**).