Show
Ignore:
Timestamp:
05/23/10 11:39:58 (14 years ago)
Author:
smidl
Message:

Student + arx corrections

Files:
1 modified

Legend:

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

    r802 r970  
    66         mu = [1]; 
    77    H = ( "matrix", 1, 1, [ 1.0 ] ); 
    8     delta = 3.0; 
     8    delta = 6.0; 
    99  }; 
    1010  mean = [1]; 
    11   variance = [3.0]; 
    12   R = ("matrix",1,1,[3.0]); 
     11  variance = [1.5]; 
     12  R = ("matrix",1,1,[1.5]); 
    1313  support = { 
    1414        class = "rectangular_support"; 
    15         ranges = ( [ -12.0, 12.0 ] ); 
     15        ranges = ( [ -10.0, 12.0 ] ); 
    1616        gridsizes = [ 100 ]; 
    1717        };