root/library/tests/testsuite/emix.cfg @ 1409

Revision 717, 392 bytes (checked in by mido, 15 years ago)

clean up of the whole tests directory has just started

Line 
1data = (
2{
3   class = "pdf_harness";
4   pdf = {
5    class = "emix";
6    pdfs = (
7    {
8                class = "egamma";
9                alpha = [ 100000, 10000 ];
10                beta = [ 10000, 1000 ];
11        },
12    {
13                class = "enorm<ldmat>";
14                mu = [ 1.5, 1.7 ];
15                R = ( "matrix", 2, 2, [ 1.2, 0.3, 0.3, 5.0 ] );         
16    });
17    weights = [ 0.5, 0.5 ];
18  };
19  mean = [ 5.75, 5.85 ];
20  variance = [ 1.2, 5.0 ];
21  tolerance = 0.2;
22});
Note: See TracBrowser for help on using the browser.