WLJS LogoWLJS Notebook

SpatialRandomnessTest

SpatialRandomnessTest[pdata] tests whether the point collection pdata is distributed uniformly over the observation region.

SpatialRandomnessTest[pdata,"property"] returns the value of "property".

Examples

Test spatial randomness of points:

pts = RandomReal[1, {50, 2}];
SpatialRandomnessTest[pts]

Please visit the official Wolfram Language Reference for more details.

On this page