Show
Ignore:
Timestamp:
05/16/10 23:13:02 (14 years ago)
Author:
smidl
Message:

syntax of epredictor

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/tutorial/userguide/epdfds_example.m

    r934 r943  
    44U.high  = 1; 
    55U.low = -1; 
    6 U.rv.class='RV'; 
    7 U.rv.names={'a'}; 
     6U.rv = RV('a',1); 
     7 
     8f.class = 'mexEpdf'; 
     9f.object = mexLaplace; 
     10f.object.mu =12; 
     11f.object.b = 1; 
     12f.object.rv = RV('b',1); 
     13 
    814 
    915DS.class='EpdfDS'; 
    10 DS.epdf =U; 
     16DS.epdf =f; %U 
    1117 
    1218experiment.ndat=10; 
     
    1420M=simulator(DS,experiment); 
    1521 
    16 M.DS_dt_a 
     22M.DS_dt_b