Changeset 629 for library/tests/egiw.cfg

Show
Ignore:
Timestamp:
09/18/09 00:17:11 (15 years ago)
Author:
smidl
Message:

egiw.variance works for multidimensional + cleanup in tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/egiw.cfg

    r473 r629  
    11data = ( 
    22{ 
    3   class = "egiw_harness"; 
     3  class = "epdf_harness"; 
    44  epdf = { 
    55    class = "egiw"; 
     
    1313  }; 
    1414  mean = [ 1.1, 0.1 ]; 
    15   lognc = 3.39463; 
    1615  variance = [ 0.01, 8e-05 ]; 
    1716  support = ( "matrix", 2, 2, [ -2.0, 4.0, 0.01, 2.0 ] ); 
     
    2019}, 
    2120{ 
    22   class = "egiw_harness"; 
     21  class = "epdf_harness"; 
    2322  epdf = { 
    2423    class = "egiw"; 
    25     V = ( "matrix", 2, 2, [ 20.0, 8.0, 8.0, 4.0 ] ); 
    26     nu = 4.0; 
     24    V = ( "matrix", 2, 2, [ 200.0, 80.0, 80.0, 40.0 ] ); 
     25    nu = 40.0; 
    2726    dimx = 1; 
    2827    rv :  
     
    3231    }; 
    3332  }; 
    34   mean = [ 2, -4 ]; 
    35   lognc = 0.451583; 
    36   variance = [ -1, -16 ]; 
     33  mean = [2.0, 1.14286]; 
     34  variance = [0.0285714, 0.0395795]; 
    3735} ); 
    3836