Changeset 1196 for library/tests

Show
Ignore:
Timestamp:
09/24/10 21:36:43 (14 years ago)
Author:
smidl
Message:

monitor Neff + test enorm

Files:
1 modified

Legend:

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

    r810 r1196  
    2525    }; 
    2626  tolerance = 0.3; 
     27}, 
     28{ 
     29  class = "epdf_harness"; 
     30  epdf = { 
     31    class = "enorm<ldmat>"; 
     32    mu = [ 1.1, -2.0, 3.0]; 
     33    R = ( "matrix", 3, 3, [ 1.0, -0.5, 0.8, -0.5, 2.0, 0.3, 0.8, 0.3, 3.0  ] ); 
     34    rv :  
     35    { 
     36      class = "RV"; 
     37      names = ( "x", "y", "z" ); 
     38    }; 
     39  }; 
     40  mean = [ 1.1, -2.0, 3.0 ]; 
     41  variance = [ 1, 2, 3 ]; 
     42  support = { 
     43        class = "rectangular_support"; 
     44        ranges = ( [ -5.0, 5.0 ], [-5.0, 5.0 ], [-1.0, 9.0] ); 
     45        gridsizes = [ 50, 50, 50 ]; 
     46        }; 
     47 R = ( "matrix", 3, 3, [ 1.0, -0.5, 0.8, -0.5, 2.0, 0.3, 0.8, 0.3, 3.0  ] ); 
     48  marginal_rv =     { 
     49      class = "RV"; 
     50      names = ( "z" ); 
     51    }; 
     52  tolerance = 0.1; 
    2753}, 
    2854{