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

Revision 810, 1.5 kB (checked in by smidl, 14 years ago)

egiw with empty normal part

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{
49  class = "epdf_harness";
50  epdf = {
51    class = "egiw";
52    V = ( "matrix", 2, 2, [ 10.0, 5.0, 5.0, 15.0 ] );
53    nu = 10.0;
54    dimx = 2;
55    rv :
56    {
57      class = "RV";
58      names = ( "a", "b" );
59    };
60  };
61  mean = [1.0, 0.5, 0.5, 1.5];
62  variance = [1.0, 1.0];
63  R = ( "matrix", 2, 2, [ 1.0, 0.0, 0.0, 1.0 ] );
64  support = {
65        class = "rectangular_support";
66        ranges = ( [ 0.0, 4.0 ], [-2.0, 2.0], [-2.0, 2.0], [0.0, 4.0 ] );
67        gridsizes = [ 10, 10, 10, 10];
68        };
69  tolerance = 0.01;
70});
71
Note: See TracBrowser for help on using the browser.