Changeset 947

Show
Ignore:
Timestamp:
05/18/10 16:54:15 (14 years ago)
Author:
smidl
Message:

improved RV

Files:
1 modified

Legend:

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

    r944 r947  
    103103 - connection <b>time</b>, more exactly time shift from \f$ t \f$, defaults to 0. 
    104104 
     105For example, the estimators will request the data from the above mentioned data source by asking for rv 'ch0'. If a more meaninful names are available, the fields drv can be added to read: 
     106\code 
     107DS.class='MemDS'; 
     108DS.Data =[1 2 3 4 5 6]; 
     109DS.drv = RV('y'); 
     110\endcode 
     111Data from thsi data source will be available when estimators ask for rv 'y'. 
     112 
    105113\subsection ug_rv_connect Storing results 
    106114 
     
    141149The result is as expected in field \c M.DS_dt_a the name of which corresponds to results form "datasouce" / "output_dt" / "name given in U.rv". 
    142150 
    143 If the task was only to generate random realizations, this would indeed be a very clumsy way of doing it. However, the power of the proposed approach will be revelead in more demanding examples, one of which follows next. 
     151If the task was only to generate random realizations, this would indeed be a very clumsy way of doing it.  
     152However, the power of the proposed approach will be revelead in more demanding examples, one of which follows next. 
     153 
     154By default, data from this datasouce will be named after the rvs in given by the pdfs. When pdf with no rv is used, drv of the data source is set again to 'ch0'. 
    144155 
    145156\section ug_arx_sim Simulating autoregressive model