Show
Ignore:
Timestamp:
10/12/09 13:49:39 (15 years ago)
Author:
mido
Message:

\doc directory cleaned a bit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/tutorial/01userguide.dox

    r632 r651  
    44This 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). 
    55 
    6 All experiments are demonstarted on scenario simulator which can be either standalone application of mex file (simulator.mex**). 
     6All experiments are demonstarted on scenario simulator which can be either standalone application or mex file (simulator.mex**). 
    77 
    88 
     
    121121 times=[-1, 1]; 
    122122 \endcode  
    123  denotes 5-dimensional vector \f$ [a_{t-1}', b_{t+1}] \f$. 
     123 denotes 5-dimensional vector \f$ [a_{t-1}, b_{t+1}] \f$. 
    124124  
    125125\subsection ug_rv_alg Algebra on RVs 
     
    272272\section ug_store Storing results of simulation 
    273273 
    274 If the simulated data are to be analyzed off-line it may be advantageous to store them and use for later use.  
     274If the simulated data are to be analyzed off-line it may be advantageous to store them and use later on.  
    275275This operation is straightforward if the class of logger used in the \c simulator is compatible with some datasource class. 
    276276