Show
Ignore:
Timestamp:
02/21/10 20:58:41 (14 years ago)
Author:
smidl
Message:

egiw with empty normal part

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/testsuite/enorm.cfg

    r730 r810  
    103103    class = "enorm<chmat>"; 
    104104    mu = ( "matrix", 1, 2, [ 0.0, 2.0 ] ); 
    105     R = ( "matrix", 2, 2, [ 2.0, 0.0, 0.0, 0.5 ] ); 
     105    R = ( "matrix", 2, 2, [ 1.0, 0.3, 0.3, 0.5 ] ); 
    106106    rv :  
    107107    { 
     
    111111  }; 
    112112  mean = [ 0.0, 2.0 ]; 
    113   variance = [ 2.0, 0.5 ]; 
    114   R = ( "matrix", 2, 2, [ 2.0, 0.0, 0.0, 0.5 ] ); 
    115   tolerance = 0.5; 
     113  variance = [ 1.0, 0.5 ]; 
     114  R = ( "matrix", 2, 2, [ 1.0, 0.3, 0.3, 0.5 ] ); 
    116115} ); 
    117116