Changeset 947 for library/doc/tutorial/01userguide_sim.dox
- Timestamp:
- 05/18/10 16:54:15 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/tutorial/01userguide_sim.dox
r944 r947 103 103 - connection <b>time</b>, more exactly time shift from \f$ t \f$, defaults to 0. 104 104 105 For 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 107 DS.class='MemDS'; 108 DS.Data =[1 2 3 4 5 6]; 109 DS.drv = RV('y'); 110 \endcode 111 Data from thsi data source will be available when estimators ask for rv 'y'. 112 105 113 \subsection ug_rv_connect Storing results 106 114 … … 141 149 The 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". 142 150 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. 151 If the task was only to generate random realizations, this would indeed be a very clumsy way of doing it. 152 However, the power of the proposed approach will be revelead in more demanding examples, one of which follows next. 153 154 By 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'. 144 155 145 156 \section ug_arx_sim Simulating autoregressive model