BoundaryBias
Boundary bias refers to a systematic distortion in estimators or predictive models that occurs near the edges of the input domain or close to decision boundaries. It arises when data are sparse at the boundary, or when estimation methods assume the existence of data beyond the boundary, leading to distorted estimates or predictions.
In kernel density estimation and nonparametric regression, boundary bias is well known. On a finite support,
In classification, boundary bias affects the estimated decision boundary or posterior probabilities, particularly under class imbalance
Mitigation strategies commonly involve boundary correction techniques, data augmentation near edges, and transformations that map bounded
Boundary bias is related to edge effects and sampling bias, and understanding its presence is important for