August 26 2003 2:44:50.551 PM INTEGRAL_TEST Test a file of sample points for use in equally weighted quadrature. The point data will be read from "cvt_02_01000.txt". The weight data will be read from "cvt_02_01000_weight_c.txt". The spatial dimension is 2 The number of points is 1000 # cvt_02_01000.txt # created by CVT_DATASET # at April 11 2003 12:32:28.499 PM # # Spatial dimension M = 2 # Number of points N = 1000 # # Initial SEED = 123456789 # Initialization by UNIFORM. # Sampling by UNIFORM. # Number of sample points = 500000 # Number of sampling iterations = 100 # L2 norm of dataset change on last step = 0.020973 # The input data file has been read. # cvt_02_01000_weight_c.txt # created by VORONOI_WEIGHT_WRITE # at May 30 2003 1:17:39.968 PM # # Spatial dimension M = 2 # Number of points N = 1000 # EPSILON (unit roundoff) = 0.119209E-06 # # Initial SEED = 987654321 # # The generator points were read from the file: "/home/r1/src-samples/datasets/cvt/cvt_02_01000.txt". # Sampling by UNIFORM. # Number of sample points = 1000000 # The file of weights was successfully read. INTEGRAL_TEST_01 Using a set of points in [0,1]^N, approximate integrals from the TESTNINT set. Problem Region Correct Estimated Absolute Relative Index Volume Integral Integral Error Error (%) 1 1.00000 1.16667 1.16588 0.790358E-03 0.677449E-01 2 1.00000 1.06667 1.06139 0.527787E-02 0.494800 4 1.00000 2.28571 2.26828 0.174394E-01 0.762972 6 1.00000 1.00000 0.998621 0.137919E-02 0.137919 8 1.00000 0.500000 0.499892 0.107944E-03 0.215888E-01 9 1.00000 1.68336 1.68312 0.236869E-03 0.140712E-01 10 1.00000 0.500000 0.499623 0.376880E-03 0.753760E-01 11 1.00000 2.95249 2.94944 0.305152E-02 0.103354 14 1.00000 -0.250000 -0.250030 0.302494E-04 0.120997E-01 15 1.00000 0.399576 0.399774 0.197411E-03 0.494050E-01 16 1.00000 0.500000 0.499623 0.376880E-03 0.753760E-01 17 1.00000 0.166667 0.166327 0.339255E-03 0.203553 18 1.00000 0.785398 0.789801 0.440311E-02 0.560622 19 1.00000 0.241265 0.240922 0.343069E-03 0.142196 24 1.00000 1.00000 0.998621 0.137919E-02 0.137919 25 1.00000 1.08030 1.08024 0.531673E-04 0.492156E-02 26 1.00000 0.154818 0.154823 0.448525E-05 0.289711E-02 28 1.00000 0.859876 0.860102 0.225902E-03 0.262714E-01 30 1.00000 0.959521 0.959601 0.792742E-04 0.826185E-02 31 1.00000 0.841679 0.839109 0.256920E-02 0.305247 INTEGRAL_TEST_01: Normal conclusion. INTEGRAL_TEST_02 Using a set of points in [0,1]^N, approximate integrals from the TESTNINT set. The integrands depend on a base point. We randomly vary the base point repeatedly, and look at the average behavior. Because the base point moves, the value of the exact integral changes on each repetition! Number of repetitions = 100 Average Maximum Average Maximum Integral Absolute Absolute Relative Relative Error Error Error % Error % 15 0.000163 0.000435 0.048911 0.120203 16 0.000329 0.000643 0.052351 0.111293 17 0.000338 0.000489 0.113202 0.207609 19 0.000170 0.000706 0.060725 0.225551 INTEGRAL_TEST_02: Normal conclusion. INTEGRAL_TEST_03 Using a set of points in [0,1]^N, approximate integrals from the TESTNINT set. Integrand J has the form: product ( 1 <= I <= J ) X(mod(I,N)+1) Problem Region Correct Estimated Absolute Relative Index Volume Integral Integral Error Error (%) 1 1.00000 1.00000 1.00000 0.119209E-06 0.119209E-04 2 1.00000 0.500000 0.499890 0.110179E-03 0.220358E-01 3 1.00000 0.250000 0.249860 0.140265E-03 0.561059E-01 4 1.00000 0.166667 0.166457 0.209451E-03 0.125670 5 1.00000 0.111111 0.110870 0.241287E-03 0.217158 6 1.00000 0.833333E-01 0.831000E-01 0.233352E-03 0.280023 7 1.00000 0.625000E-01 0.622790E-01 0.220966E-03 0.353545 8 1.00000 0.500000E-01 0.497897E-01 0.210285E-03 0.420570 9 1.00000 0.400000E-01 0.398032E-01 0.196766E-03 0.491915 10 1.00000 0.333333E-01 0.331451E-01 0.188265E-03 0.564795 INTEGRAL_TEST_03: Normal conclusion. INTEGRAL_TEST: Averaged relative error: 0.145074 INTEGRAL_TEST: Normal end of execution. August 26 2003 2:44:50.790 PM