root/library/tests/mepdf.cfg @ 489

Revision 489, 424 bytes (checked in by smidl, 15 years ago)

Mpdf redesing is complet - all tests pass (except mlnorm<chmat> which is irrelevant)

Line 
1data = (
2{
3  class = "mpdf_harness";
4  mpdf = {
5    class = "mepdf";
6    epdf = {
7      class = "enorm<ldmat>";
8      mu = [ 1.1, -1.0 ];
9      R = ( "matrix", 2, 2, [ 1.0, -0.5, -0.5, 2.0 ] );
10      rv :
11      {
12        class = "RV";
13        names = ( "x", "y" );
14      };
15    };
16  };
17  cond = [ 1.5, 1.7 ];
18  mean = [ 1.1, -1.0 ];
19  R = ( "matrix", 2, 2, [ 1.0, -0.5, -0.5, 2.0 ] );
20  variance = [ 1.0, 2.0 ];
21  tolerance = 0.1;
22} );
Note: See TracBrowser for help on using the browser.