root/library/tests/egiw.cfg @ 715

Revision 629, 0.7 kB (checked in by smidl, 15 years ago)

egiw.variance works for multidimensional + cleanup in 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.1 ];
15  variance = [ 0.01, 8e-05 ];
16  support = ( "matrix", 2, 2, [ -2.0, 4.0, 0.01, 2.0 ] );
17  nbins = [ 100, 200 ];
18  tolerance = 0.2;
19},
20{
21  class = "epdf_harness";
22  epdf = {
23    class = "egiw";
24    V = ( "matrix", 2, 2, [ 200.0, 80.0, 80.0, 40.0 ] );
25    nu = 40.0;
26    dimx = 1;
27    rv :
28    {
29      class = "RV";
30      names = ( "a", "b" );
31    };
32  };
33  mean = [2.0, 1.14286];
34  variance = [0.0285714, 0.0395795];
35} );
36
Note: See TracBrowser for help on using the browser.