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 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/tutorial/merging/pdfs.m

    r568 r700  
    3838    'rv', ab); 
    3939Gb_a=struct('class','mgamma',  'beta',2,  'k',1,  'rv',b,  'rvc',a); % f(b|a) 
    40 Ga_ =struct('class','mepdf','epdf',Ga); % convert f(a) to f(a|) 
    41 Gba = struct('class','mprod',  'mpdfs',{{Gb_a,Ga_}}); 
     40Gba = struct('class','mprod',  'pdfs',{{Gb_a,Ga}}); 
    4241 
    4342pd.Ga=Ga;