root/library/tests/mgamma.cfg @ 456

Revision 456, 369 bytes (checked in by vbarta, 15 years ago)

custom test location for harness tests (extended UnitTest?++), configurable tolerance - all tests pass (most of the time)

Line 
1data = (
2{
3  class = "mpdf_harness";
4  mpdf = {
5    class = "mgamma";
6    beta = [ 1.5, 1.7 ];
7    k = 1.0;
8    rv :
9    {
10      class = "RV";
11      names = ( "b" );
12    };
13    rvc :
14    {
15      class = "RV";
16      names = ( "a" );
17    };
18  };
19  cond = [ 1.5, 1.7 ];
20  mean = [ 1.5, 1.7 ];
21  R = ( "matrix", 2, 2, [ 2.25, 0.0, 0.0, 2.89 ] );
22  tolerance = 0.5;
23} );
Note: See TracBrowser for help on using the browser.