SpatialBoundaryCorrection
is an option to various spatial statistics functions that control how to correct for boundary effects of observation regions.
Details
- SpatialBoundaryCorrection is also known as edge correction or border correction.
- Boundary correction attempts to correct the bias introduced when spatial statistics is computed over a bounded region near the boundary.
- A typical statistic will count the number points within distance r of a location. If that location is closer to the boundary than r, the resulting count will be too low and hence introduce a bias.
- Possible general settings include:
-
Automatic automatically determined boundary correction None no boundary correction "BorderMargin" creates an interior boundary margin - The "BorderMargin" for a given radius will drop points closer to the boundary than .
- Possible special setting include:
-
"Ripley" uses weights depending on the point distance to boundary "Hanisch" drops points for which the distance to the nearest neighbor is greater than the distance to boundary "KaplanMeier" SurvivalDistribution method: the point distance to its nearest neighbor is censored by its distance to the region boundary "NelsonAalen" SurvivalDistribution method: the point distance to its nearest neighbor is censored by its distance to the region boundary - Different functions may document additional settings available for that particular function.
Examples
open allclose allApplications (2)
With no boundary correction, the estimator of RipleyK is biased and should not be used unless with a large point set:
The default method "BorderMargin" only considers the points that are distance from the boundary:
Boundary correction method "Ripley" weights each pair of points to make the estimator unbiased:
Empirical RipleyK with border correction may not be increasing (especially for smaller sets):
The uncorrected RipleyK is increasing:
Text
Wolfram Research (2020), SpatialBoundaryCorrection, Wolfram Language function, https://reference.wolfram.com/language/ref/SpatialBoundaryCorrection.html.
CMS
Wolfram Language. 2020. "SpatialBoundaryCorrection." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/SpatialBoundaryCorrection.html.
APA
Wolfram Language. (2020). SpatialBoundaryCorrection. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SpatialBoundaryCorrection.html