root/library/tests/egiw.cfg @ 629

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

egiw.variance works for multidimensional + cleanup in tests

RevLine 
[436]1data = (
2{
[629]3  class = "epdf_harness";
[436]4  epdf = {
5    class = "egiw";
[454]6    V = ( "matrix", 2, 2, [ 13.1, 11.0, 11.0, 10.0 ] );
[473]7    nu = 10.0;
8    dimx = 1;
[436]9    rv = {
10      class = "RV";
11      names = ( "a", "b" );
12    };
13  };
[454]14  mean = [ 1.1, 0.1 ];
15  variance = [ 0.01, 8e-05 ];
[436]16  support = ( "matrix", 2, 2, [ -2.0, 4.0, 0.01, 2.0 ] );
[442]17  nbins = [ 100, 200 ];
[456]18  tolerance = 0.2;
[441]19},
20{
[629]21  class = "epdf_harness";
[441]22  epdf = {
23    class = "egiw";
[629]24    V = ( "matrix", 2, 2, [ 200.0, 80.0, 80.0, 40.0 ] );
25    nu = 40.0;
[473]26    dimx = 1;
[441]27    rv :
28    {
29      class = "RV";
30      names = ( "a", "b" );
31    };
32  };
[629]33  mean = [2.0, 1.14286];
34  variance = [0.0285714, 0.0395795];
[436]35} );
36
Note: See TracBrowser for help on using the browser.