Changeset 32 for tests/test0.cpp

Show
Ignore:
Timestamp:
03/03/08 13:00:32 (16 years ago)
Author:
smidl
Message:

test KF : estimation of R in KF is not possible! Likelihood of y_t is growing when R -> 0

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/test0.cpp

    r28 r32  
    1212{ 
    1313 
    14         RV th = RV ( "1 2","{a b }","1 1","0 0","0 0" ); 
     14        RV th = RV ( "1 2","{a b }","1 1","0 0"); 
    1515        RV r = RV ( "3 4" ); 
    1616 
    1717        cout << th << r << endl; 
    1818 
    19         ldmat ld = ldmat("1 0;-0.1 1","1.1 1.3"); 
     19        ldmat ld = ldmat("1 0;0.5 1","1.1 1.3"); 
    2020        vec v = "1 -0.1"; 
    2121