Revision 473, 0.7 kB
(checked in by vbarta, 15 years ago)
|
written numbers with explicit types (config read fails otherwise)
|
Line | |
---|
1 | data = ( |
---|
2 | { |
---|
3 | class = "egiw_harness"; |
---|
4 | epdf = { |
---|
5 | class = "egiw"; |
---|
6 | V = ( "matrix", 2, 2, [ 13.1, 11.0, 11.0, 10.0 ] ); |
---|
7 | nu = 10.0; |
---|
8 | dimx = 1; |
---|
9 | rv = { |
---|
10 | class = "RV"; |
---|
11 | names = ( "a", "b" ); |
---|
12 | }; |
---|
13 | }; |
---|
14 | mean = [ 1.1, 0.1 ]; |
---|
15 | lognc = 3.39463; |
---|
16 | variance = [ 0.01, 8e-05 ]; |
---|
17 | support = ( "matrix", 2, 2, [ -2.0, 4.0, 0.01, 2.0 ] ); |
---|
18 | nbins = [ 100, 200 ]; |
---|
19 | tolerance = 0.2; |
---|
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; |
---|
28 | rv : |
---|
29 | { |
---|
30 | class = "RV"; |
---|
31 | names = ( "a", "b" ); |
---|
32 | }; |
---|
33 | }; |
---|
34 | mean = [ 2, -4 ]; |
---|
35 | lognc = 0.451583; |
---|
36 | variance = [ -1, -16 ]; |
---|
37 | } ); |
---|
38 | |
---|