Changeset 716 for library/tests/emix.cfg

Show
Ignore:
Timestamp:
11/11/09 22:58:25 (15 years ago)
Author:
mido
Message:

clean up within testsuite - pdf_harness is used even in the case of emix and mmix test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/emix.cfg

    r713 r716  
    11data = ( 
    22{ 
    3   class = "pdf_harness"; 
    4   pdf = { 
     3   class = "pdf_harness"; 
     4   pdf = { 
    55    class = "emix"; 
    66    pdfs = (  
    77    { 
     8                class = "egamma"; 
     9                alpha = [ 100000, 10000 ]; 
     10                beta = [ 10000, 1000 ];  
     11        }, 
     12    { 
    813                class = "enorm<ldmat>"; 
    9                 mu = [ 1.5 1.7 ]; 
    10                 R = ( "matrix", 2, 2, [ 1.2, 0.3, 0.3, 5 ] ); 
    11     }, 
    12     { 
    13                 class = "egamma"; 
    14                 alpha = [ 100000 10000 ]; 
    15                 beta = [ 10000 1000 ];   
     14                mu = [ 1.5, 1.7 ]; 
     15                R = ( "matrix", 2, 2, [ 1.2, 0.3, 0.3, 5.0 ] );          
    1616    }); 
    1717    weights = [ 0.5, 0.5 ]; 
    1818  }; 
    19   mean = [ 1.5 1.7 ]; 
    20   R = ( "matrix", 2, 2, [ 1.27572, 0.778247, 0.778247, 3.33129 ] ); 
    21 # TODO CO S TIM? R, variance 
     19  mean = [ 5.75, 5.85 ]; 
    2220  variance = [ 1.2, 5.0 ]; 
    23   tolerance = 0.1; 
     21  tolerance = 0.2; 
    2422}); 
    25