SpatialBinnedPointData

SpatialBinnedPointData[{reg1val1,reg2val2,}]

represents values vali associated with disjoint regions regi.

SpatialBinnedPointData[{reg1,reg2,}{val1,val2,}]

gives the same result.

SpatialBinnedPointData[,reg]

gives the overall observation region reg.

Details and Options

  • SpatialBinnedPointData makes it possible to work with aggregated spatial point data, as is often reported reported in census information, infectious disease data and crime data.
  • SpatialBinnedPointData can be used like individual point data for many kinds of computations by simulating it as InhomogeneousPoissonPointProcess.
  • The regions regi and reg can be either geometric or geographic regions, but should all be of the same type.
  • The regions regi and reg should be parameter-free, fully dimensional and bounded, as tested by SpatialObservationRegionQ.
  • The regions regi are assumed to be disjoint and contained within the observation region reg.
  • The values vali can be scalars or vectors of any dimension, but must all be of equal dimensionality.
  • The integer values vali are understood to correspond to point count per region and such SpatialBinnedPointData can be treated as an InhomogeneousPoissonPointProcess with a piecewise-constant intensify function.
  • Basic properties include:
  • "Bins"a list of binning regions
    "BinCount"number of bins
    "BinMeasures"measures of the binning regions
    "Dimension"dimensionality of the binning regions
    "Values"values for each binning region
    "ConfigurationCount"number of binned observations over the same binning
    "ObservationRegion"global observation region
  • SpatialBinnedPointData can be used in functions such as PointProcessFitTest and SpatialRandomnessTest.

Examples

open allclose all

Basic Examples  (1)

Use geographic entities to specify bins:

Scope  (4)

Create SpatialBinnedPointData from quadrant observations:

Create random values:

Use bins and values to create SpatialBinnedPointData:

Create a corresponding intensity function:

Test for complete spatial randomness:

Use a list of regions as bins:

Define a point process with intensity defined by the binned point data:

Simulate the point collection:

Input the counts and bins manually:

Test for complete spatial randomness:

Properties & Relations  (1)

List the properties:

Wolfram Research (2020), SpatialBinnedPointData, Wolfram Language function, https://reference.wolfram.com/language/ref/SpatialBinnedPointData.html.

Text

Wolfram Research (2020), SpatialBinnedPointData, Wolfram Language function, https://reference.wolfram.com/language/ref/SpatialBinnedPointData.html.

CMS

Wolfram Language. 2020. "SpatialBinnedPointData." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/SpatialBinnedPointData.html.

APA

Wolfram Language. (2020). SpatialBinnedPointData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SpatialBinnedPointData.html

BibTeX

@misc{reference.wolfram_2023_spatialbinnedpointdata, author="Wolfram Research", title="{SpatialBinnedPointData}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/SpatialBinnedPointData.html}", note=[Accessed: 16-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_spatialbinnedpointdata, organization={Wolfram Research}, title={SpatialBinnedPointData}, year={2020}, url={https://reference.wolfram.com/language/ref/SpatialBinnedPointData.html}, note=[Accessed: 16-April-2024 ]}