root/library/tests/testsuite/egiw.cfg @ 730

Revision 730, 1.0 kB (checked in by smidl, 15 years ago)

Reworked epdf_harness - testing is now more general.

Corrections of existing tests.

Line 
1data = (
2{
3  class = "epdf_harness";
4  epdf = {
5    class = "egiw";
6    V = ( "matrix", 2, 2, [ 13.1, 11.0, 11.0, 10.0 ] );
7    nu = 10.0;
8    dimx = 1;
9    rv = {
10      class = "RV";
11      names = ( "a", "b" );
12    };
13  };
14  mean = [ 1.1, 0.2 ];
15  variance = [ 0.02, 0.01333 ];
16  R = ( "matrix", 2, 2, [ 0.02, 0.0, 0.0, 0.022 ] );
17  support = {
18        class = "rectangular_support";
19        ranges = ( [ -2.0, 4.0 ], [0.01, 2.0 ] );
20        gridsizes = [ 100, 100 ];
21        };
22  nbins = [ 100, 200 ];
23  tolerance = 0.01;
24},
25{
26  class = "epdf_harness";
27  epdf = {
28    class = "egiw";
29    V = ( "matrix", 2, 2, [ 200.0, 80.0, 80.0, 40.0 ] );
30    nu = 40.0;
31    dimx = 1;
32    rv :
33    {
34      class = "RV";
35      names = ( "a", "b" );
36    };
37  };
38  mean = [2.0, 1.14286];
39  variance = [0.0285714, 0.0395795];
40  R = ( "matrix", 2, 2, [ 0.028, 0.0, 0.0, 0.078 ] );
41  support = {
42        class = "rectangular_support";
43        ranges = ( [ 0.0, 4.0 ], [0.01, 3.0 ] );
44        gridsizes = [ 100, 100 ];
45        };
46  tolerance = 0.01;
47} );
48
Note: See TracBrowser for help on using the browser.