Show
Ignore:
Timestamp:
06/04/10 13:38:31 (14 years ago)
Author:
smidl
Message:

small steps in partforg...

Files:
1 modified

Legend:

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

    r1034 r1038  
    66DS.Data    = Data; 
    77DS.drv     = drv; 
     8 
    89 
    910%%%%%% ARX estimator conditioned on frg 
     
    1617A1.constant = 0; 
    1718A1.name = 'A1'; 
     19 
     20Apri =A1; 
     21Apri.class = 'ARX'; 
     22DSpri = DS; 
     23DSpri.Data = DS.Data(:,1:40); 
     24% get decent prior -- estimate with data first 
     25[Dum,post]=estimator(DSpri,{Apri}); 
     26 
     27A1.prior = post.estimators{1}.posterior; 
    1828 
    1929% we have 2 parameters - i.e. 4 hypotheses