Revision 436, 400 bytes
(checked in by vbarta, 15 years ago)
|
moved egiw_test to testsuite (partially converted to a configurable test); added public method clearing RVs
|
Rev | Line | |
---|
[436] | 1 | data = ( |
---|
| 2 | { |
---|
| 3 | class = "epdf_harness"; |
---|
| 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; |
---|
| 20 | } ); |
---|
| 21 | |
---|