root/library/tests/edirich.cfg @ 711

Revision 634, 277 bytes (checked in by smidl, 15 years ago)

Dirichlet sampling with unit test

Line 
1data = (
2{
3  class = "epdf_harness";
4  epdf = {
5    class = "eDirich";
6         beta = [1., 2., 3.];
7  };
8  mean = [  0.1666666666,    0.3333333333 ,  0.5000 ];
9  variance = [ 0.0198,   0.0317,    0.0357 ];
10  R = ("matrix", 3,3, [ 0.0198,0.,0., 0.,0.0317,0.,   0.,0.,0.0357 ]);
11}
12);
Note: See TracBrowser for help on using the browser.