August 26 2003 2:44:51.644 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_g.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_g.txt # created by VORONOI_WEIGHT_WRITE # at May 30 2003 1:53:05.923 PM # # Spatial dimension M = 2 # Number of points N = 1000 # EPSILON (unit roundoff) = 0.119209E-06 # # Initial SEED = 123456789 # # 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 = 100000000 # 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.16641 0.252962E-03 0.216825E-01 2 1.00000 1.06667 1.06367 0.299799E-02 0.281062 4 1.00000 2.28571 2.27371 0.120018E-01 0.525077 6 1.00000 1.00000 0.999323 0.677168E-03 0.677168E-01 8 1.00000 0.500000 0.499988 0.115335E-04 0.230670E-02 9 1.00000 1.68336 1.68328 0.772476E-04 0.458890E-02 10 1.00000 0.500000 0.499856 0.144482E-03 0.288963E-01 11 1.00000 2.95249 2.95092 0.156903E-02 0.531427E-01 14 1.00000 -0.250000 -0.250013 0.134110E-04 0.536442E-02 15 1.00000 0.399576 0.399603 0.263751E-04 0.660075E-02 16 1.00000 0.500000 0.499856 0.144482E-03 0.288963E-01 17 1.00000 0.166667 0.166498 0.169098E-03 0.101459 18 1.00000 0.785398 0.789250 0.385153E-02 0.490392 19 1.00000 0.241265 0.241185 0.804365E-04 0.333395E-01 24 1.00000 1.00000 0.999323 0.677168E-03 0.677168E-01 25 1.00000 1.08030 1.08027 0.213385E-04 0.197524E-02 26 1.00000 0.154818 0.154815 0.284612E-05 0.183836E-02 28 1.00000 0.859876 0.859967 0.906587E-04 0.105432E-01 30 1.00000 0.959521 0.959551 0.298619E-04 0.311217E-02 31 1.00000 0.841679 0.839007 0.267196E-02 0.317456 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.000078 0.000248 0.024797 0.088210 16 0.000172 0.000281 0.026476 0.038144 17 0.000171 0.000197 0.057322 0.099017 19 0.000114 0.000653 0.039162 0.211968 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 0.999991 0.923872E-05 0.923872E-03 2 1.00000 0.500000 0.499987 0.127256E-04 0.254512E-02 3 1.00000 0.250000 0.249974 0.260919E-04 0.104368E-01 4 1.00000 0.166667 0.166597 0.696331E-04 0.417799E-01 5 1.00000 0.111111 0.111024 0.869706E-04 0.782736E-01 6 1.00000 0.833333E-01 0.832376E-01 0.956878E-04 0.114825 7 1.00000 0.625000E-01 0.624046E-01 0.953600E-04 0.152576 8 1.00000 0.500000E-01 0.498999E-01 0.100061E-03 0.200123 9 1.00000 0.400000E-01 0.399011E-01 0.989400E-04 0.247350 10 1.00000 0.333333E-01 0.332318E-01 0.101548E-03 0.304643 INTEGRAL_TEST_03: Normal conclusion. INTEGRAL_TEST: Averaged relative error: 0.917052E-01 INTEGRAL_TEST: Normal end of execution. August 26 2003 2:44:51.874 PM