ESRI.ArcGIS.GeostatisticalAnalystTools
bandwidth Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.GeostatisticalAnalystTools Namespace > LocalPolynomialInterpolation Class : bandwidth Property




Used to specify the maximum distance at which data points are used for prediction. With increasing bandwidth, prediction bias increases and prediction variance decreases. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property bandwidth As Double
Visual Basic (Usage)Copy Code
Dim instance As LocalPolynomialInterpolation
Dim value As Double
 
instance.bandwidth = value
 
value = instance.bandwidth
C# 
public double bandwidth {get; set;}

See Also

© 2010 All Rights Reserved.