root/library/tests/emix.cfg @ 713

Revision 713, 478 bytes (checked in by mido, 15 years ago)

_m changed to _mat

emix.cfg prepared, but it is not yet debugged!

Line 
1data = (
2{
3  class = "pdf_harness";
4  pdf = {
5    class = "emix";
6    pdfs = (
7    {
8                class = "enorm<ldmat>";
9                mu = [ 1.5 1.7 ];
10                R = ( "matrix", 2, 2, [ 1.2, 0.3, 0.3, 5 ] );
11    },
12    {
13                class = "egamma";
14                alpha = [ 100000 10000 ];
15                beta = [ 10000 1000 ]; 
16    });
17    weights = [ 0.5, 0.5 ];
18  };
19  mean = [ 1.5 1.7 ];
20  R = ( "matrix", 2, 2, [ 1.27572, 0.778247, 0.778247, 3.33129 ] );
21# TODO CO S TIM? R, variance
22  variance = [ 1.2, 5.0 ];
23  tolerance = 0.1;
24});
Note: See TracBrowser for help on using the browser.