root/applications/bdmtoolbox/tutorial/userguide/epdfds_example.m @ 943

Revision 943, 271 bytes (checked in by smidl, 14 years ago)

syntax of epredictor

  • Property svn:eol-style set to native
Line 
1clear all
2
3U.class = 'euni';
4U.high  = 1;
5U.low = -1;
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
14
15DS.class='EpdfDS';
16DS.epdf =f; %U
17
18experiment.ndat=10;
19
20M=simulator(DS,experiment);
21
22M.DS_dt_b
Note: See TracBrowser for help on using the browser.