Revision 456, 397 bytes
(checked in by vbarta, 15 years ago)
|
custom test location for harness tests (extended UnitTest?++), configurable tolerance - all tests pass (most of the time)
|
Line | |
---|
1 | data = ( |
---|
2 | { |
---|
3 | class = "mpdf_harness"; |
---|
4 | mpdf = { |
---|
5 | class = "mepdf"; |
---|
6 | epdf = { |
---|
7 | class = "enorm<ldmat>"; |
---|
8 | mu = [ 1.1, -1.0 ]; |
---|
9 | R = ( "matrix", 2, 2, [ 1.0, -0.5, -0.5, 2.0 ] ); |
---|
10 | rv : |
---|
11 | { |
---|
12 | class = "RV"; |
---|
13 | names = ( "x", "y" ); |
---|
14 | }; |
---|
15 | }; |
---|
16 | }; |
---|
17 | cond = [ 1.5, 1.7 ]; |
---|
18 | mean = [ 1.1, -1.0 ]; |
---|
19 | R = ( "matrix", 2, 2, [ 1.0, -0.5, -0.5, 2.0 ] ); |
---|
20 | tolerance = 0.3; |
---|
21 | } ); |
---|