quality_test
quality_test,
an Octave code which
calls quality(), which
computes some measures of the quality
of dispersion of a set of N points in an M dimensional region.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the MIT license
Related Data and Programs:
quality,
an Octave code which
measures the dispersion of pointsets in M dimensions;
Source Code:
-
quality_test_cvt.m,
calls all the tests for the CVT dataset.
-
quality_test_halton.m,
calls all the tests for the HALTON dataset.
-
quality_test_sphere.m,
calls all the tests for the SPHERE dataset.
-
alpha_measure_test.m,
tests ALPHA_MEASURE.
-
quality_test006.m,
tests AREA_MEASURE.
-
quality_test007.m,
tests BETA_MEASURE.
-
chi_measure_test.m,
tests CHI_MEASURE.
-
d_measure_test.m,
tests D_MEASURE.
-
quality_test03.m,
tests E_MEASURE.
-
quality_test04.m,
tests GAMMA_MEASURE.
-
quality_test05.m,
tests H_MEASURE.
-
quality_test06.m,
tests LAMBDA_MEASURE.
-
quality_test07.m,
tests MU_MEASURE.
-
quality_test08.m,
tests NU_MEASURE.
-
quality_test085.m,
tests R0_MEASURE.
-
quality_test09.m,
tests SPHERE_MEASURE.
-
quality_test10.m,
tests TAU_MEASURE.
-
quality_test11.m,
tests POINTSET_SPACING.
-
cvt_02_00100.txt,
a set of 100 CVT points in 2D, to be analyzed using
the test code.
-
halton_02_00100.txt,
a set of 100 Halton points in 2D, to be analyzed using
the test code.
-
sphere_02_00100.txt,
a set of 100 points in 2D, in the unit sphere.
Last revised on 07 May 2023.