root/library/utia_legacy/ticket_12/test_str.m @ 574

Revision 574, 0.5 kB (checked in by smidl, 15 years ago)

correction of test_str

RevLine 
[571]1% sript for testing structure estimating function
2
3A=rand(2);
[574]4[L0,D0]=ldform(A);
[571]5B=rand(2);
[574]6[L1,D1]=ldform(A+B);
[571]7
[574]8% structure estimation - copied form facstr
[572]9belief = 2;           % default belief
10nbest = 1;           % nbest: how many regressors are returned
11nrep = 5;         % nrep: number of random repetions of structure estimation
[574]12lambda   = 0.9;
[572]13k=2;
14
[574]15% [strout, rgrsout, statistics] =
16%          straux1(L, d, nu, L0, d0, nu0, belief, nbest, max_nrep, lambda, order_k);
17[o1,o2,o3]=straux1(L1,D1,20, L0, D0, 10,  belief, nbest, nrep, lambda, k);
Note: See TracBrowser for help on using the browser.