Changeset 730 for library/tests/testsuite
- Timestamp:
- 11/17/09 20:55:03 (15 years ago)
- Location:
- library/tests/testsuite
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/testsuite/egiw.cfg
r725 r730 14 14 mean = [ 1.1, 0.2 ]; 15 15 variance = [ 0.02, 0.01333 ]; 16 support = ( "matrix", 2, 2, [ -2.0, 4.0, 0.01, 2.0 ] ); 16 R = ( "matrix", 2, 2, [ 0.02, 0.0, 0.0, 0.022 ] ); 17 support = { 18 class = "rectangular_support"; 19 ranges = ( [ -2.0, 4.0 ], [0.01, 2.0 ] ); 20 gridsizes = [ 100, 100 ]; 21 }; 17 22 nbins = [ 100, 200 ]; 18 23 tolerance = 0.01; … … 33 38 mean = [2.0, 1.14286]; 34 39 variance = [0.0285714, 0.0395795]; 35 support = ( "matrix", 2, 2, [ 0.0, 4.0, 0.01, 3.0 ] ); 36 nbins = [ 100, 200 ]; 40 R = ( "matrix", 2, 2, [ 0.028, 0.0, 0.0, 0.078 ] ); 41 support = { 42 class = "rectangular_support"; 43 ranges = ( [ 0.0, 4.0 ], [0.01, 3.0 ] ); 44 gridsizes = [ 100, 100 ]; 45 }; 37 46 tolerance = 0.01; 38 47 } ); -
library/tests/testsuite/enorm.cfg
r717 r730 14 14 mean = [ 1.1, -1.0 ]; 15 15 variance = [ 1, 2 ]; 16 support = ( "matrix", 2, 2, [ -5.0, 5.0, -5.0, 5.0 ] ); 16 support = { 17 class = "rectangular_support"; 18 ranges = ( [ -5.0, 5.0 ], [-5.0, 5.0 ] ); 19 gridsizes = [ 100, 100 ]; 20 }; 17 21 R = ( "matrix", 2, 2, [ 1.0, -0.5, -0.5, 2.0 ] ); 18 22 marginal_rv = { … … 36 40 mean = [ 0.0, 0.0 ]; 37 41 variance = [ 5.0, 5.2 ]; 38 support = ( "matrix", 2, 2, [ -10.0, 10.0, -10.0, 10.0 ] ); 42 support = { 43 class = "rectangular_support"; 44 ranges = ( [ -10.0, 10.0 ], [-10.0, 10.0 ] ); 45 gridsizes = [ 100, 100 ]; 46 }; 39 47 R = ( "matrix", 2, 2, [ 5.0, -0.05, -0.05, 5.2 ] ); 40 48 nbins = [ 200, 200 ]; -
library/tests/testsuite/user_info_matrix.cfg
r721 r730 21 21 manufacturer = "noname"; 22 22 electricLights = false; 23 matr = ( 0, 0, [ ] );23 matr = ( "matrix", 0, 0, [ ] ); 24 24 }; 25 25 pepikovo :