Changeset 572

Show
Ignore:
Timestamp:
08/20/09 16:11:41 (15 years ago)
Author:
smidl
Message:

test corrected for dafults from facstr.m

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/utia_legacy/ticket_12/test_str.m

    r571 r572  
    66[L2,D2]=ldform(A+B); 
    77 
    8 [o1,o2,o3]=straux1(L1,D1,10,L2,D2,20); 
     8% structure estimation 
     9belief = 2;           % default belief 
     10nbest = 1;           % nbest: how many regressors are returned 
     11nrep = 5;         % nrep: number of random repetions of structure estimation 
     12lambda   = 0.9; 
     13k=2; 
     14 
     15[o1,o2,o3]=straux1(L1,D1,10,L2,D2,20, belief, nbest, nrep, lambda, k);