Revision 717, 0.7 kB
(checked in by mido, 15 years ago)
|
clean up of the whole tests directory has just started
|
Line | |
---|
1 | data = ( |
---|
2 | { |
---|
3 | class = "pdf_harness"; |
---|
4 | pdf = { |
---|
5 | class = "mlnorm<ldmat>"; |
---|
6 | A = ( "matrix", 2, 2, [ 1.0, 0.0, 0.0, 1.0 ] ); |
---|
7 | const = [ 0, 0 ]; |
---|
8 | R = ( "matrix", 2, 2, [ 1.2, 0.3, 0.3, 5.0 ] ); |
---|
9 | }; |
---|
10 | cond = [ 1.5, 1.7 ]; |
---|
11 | mean = [ 1.5, 1.7 ]; |
---|
12 | R = ( "matrix", 2, 2, [ 1.2, 0.3, 0.3, 5.0 ] ); |
---|
13 | variance = [ 1.2, 5.0 ]; |
---|
14 | tolerance = 0.6; |
---|
15 | }, |
---|
16 | { |
---|
17 | class = "pdf_harness"; |
---|
18 | pdf = { |
---|
19 | class = "mlnorm<chmat>"; |
---|
20 | A = ( "matrix", 2, 2, [ 1.0, 0.0, 0.0, 1.0 ] ); |
---|
21 | const = [ 0, 0 ]; |
---|
22 | R = ( "matrix", 2, 2, [ 1.2, 0.3, 0.3, 5.0 ] ); |
---|
23 | }; |
---|
24 | cond = [ 1.5, 1.7 ]; |
---|
25 | mean = [ 1.5, 1.7 ]; |
---|
26 | R = ( "matrix", 2, 2, [ 1.2, 0.3, 0.3, 5.0 ] ); |
---|
27 | variance = [ 1.2, 5.0 ]; |
---|
28 | tolerance = 0.6; |
---|
29 | }); |
---|