Show
Ignore:
Timestamp:
06/08/10 17:12:52 (14 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

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

    r1058 r1060  
    12351235        } 
    12361236 
    1237         /*!  
     1237        /*! Create object from the following structure 
    12381238        \code 
    1239         drv  = bdm::RV::from_setting             // decription of observed data  
    1240         urv  = bdm::RV::from_setting             // decription of input data 
    1241         log_level = "logdt,logut"                // when set, both the simulated data and the inputs are stored to the logger 
    1242                                                  // By default both are on. It makes sense to switch them off for MemDS where the data are already stored. 
     1239        drv  = RV({"names",...},[..sizes..]);            % decription of observed data using bdm::RV::from_setting 
     1240        urv  = RV({"names",...},[..sizes..]);            % decription of input data using bdm::RV::from_setting 
     1241        log_level = 'logdt,logut';               % when set, both the simulated data and the inputs are stored to the logger 
     1242                                                 % By default both are on. It makes sense to switch them off e.g. for MemDS where the data are already stored. 
    12431243        \endcode 
    12441244        */