Revision 441, 0.7 kB
(checked in by vbarta, 15 years ago)
|
added configurable tests for egamma
|
Rev | Line | |
---|
[436] | 1 | data = ( |
---|
| 2 | { |
---|
[440] | 3 | class = "egiw_harness"; |
---|
[436] | 4 | epdf = { |
---|
| 5 | class = "egiw"; |
---|
| 6 | V = ( "matrix", 2, 2, [ 12.2, 11.0, 11.0, 10.0 ] ); |
---|
| 7 | nu = 10; |
---|
| 8 | dimx = 1.0; |
---|
| 9 | rv = { |
---|
| 10 | class = "RV"; |
---|
| 11 | names = ( "a", "b" ); |
---|
| 12 | }; |
---|
| 13 | }; |
---|
| 14 | mean = [ 1.1, 0.02 ]; |
---|
| 15 | lognc = 11.45368; |
---|
| 16 | variance = [ 0.002, 8e-05 ]; |
---|
| 17 | support = ( "matrix", 2, 2, [ -2.0, 4.0, 0.01, 2.0 ] ); |
---|
| 18 | nsamples = 200; |
---|
| 19 | integral = 1.0; |
---|
[441] | 20 | }, |
---|
| 21 | { |
---|
| 22 | class = "egiw_harness"; |
---|
| 23 | epdf = { |
---|
| 24 | class = "egiw"; |
---|
| 25 | V = ( "matrix", 2, 2, [ 20.0, 8.0, 8.0, 4.0 ] ); |
---|
| 26 | nu = 4.0; |
---|
| 27 | dimx = 1.0; |
---|
| 28 | rv : |
---|
| 29 | { |
---|
| 30 | class = "RV"; |
---|
| 31 | names = ( "a", "b" ); |
---|
| 32 | }; |
---|
| 33 | }; |
---|
| 34 | mean = [ 2, -4 ]; |
---|
| 35 | lognc = 0.451583; |
---|
| 36 | variance = [ -1, -16 ]; |
---|
[436] | 37 | } ); |
---|
| 38 | |
---|