Changeset 904

Show
Ignore:
Timestamp:
04/13/10 21:13:17 (14 years ago)
Author:
smidl
Message:

fixes

Files:
3 modified

Legend:

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

    r900 r904  
    1212A1.rgr = RVtimes([y,u],[-3,-1]) ;  
    1313A1.log_level = 'logbounds,logevidence'; 
    14 A1.frg = 0.9; 
     14A1.frg = 0.98; 
    1515A1.name = 'A1'; 
    1616 
  • library/bdm/design/c2008lqcM.m

    r706 r904  
    7575%     hqy 
    7676%     keyboard 
    77 pomqr=[h;hqy;qux]; 
     77    pomqr=[h;hqy;qux]; 
    7878    hn=triu(qr(pomqr));   % QR rozklad bez uchov�n� ortogon�ln� matice Q 
    7979    s=hn(m+1:2*m+n+r,m+1:2*m+n+r); 
  • library/bdm/mex/mex_datasource.h

    r896 r904  
    4343                */ 
    4444                //set MemDS 
    45                 rowid = linspace ( 0, Data.rows() - 1 ); 
    46                 dtsize = rowid.length(); 
     45                dtsize = Data.rows(); 
    4746                utsize = 0; 
    4847