Show
Ignore:
Timestamp:
11/04/09 22:54:58 (15 years ago)
Author:
smidl
Message:

Making tutorial/userguide example work again (changes of mpdf and bayes)

Files:
1 moved

Legend:

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

    r631 r700  
    2020DS.class = 'MpdfDS'; 
    2121DS.mpdf.class  = 'mprod'; 
    22 DS.mpdf.mpdfs  = {fy, epdf2mpdf(fu)}; 
     22DS.mpdf.mpdfs  = {fy, fu}; 
    2323DS.init_rv = RVtimes([y,y,y], [-1,-2,-3]); 
    2424DS.init_values = [0.1, 0.2, 0.3]; 
     
    3030 
    3131%%% store results 
    32 Data=[M.y'; M.u']; 
     32Data=[M.DS_y'; M.DS_u']; 
    3333drv = RVjoin([y,u]); 
    3434true_theta=[fy.A fy.const];