Extent does not affect which data points are used in the model. Even points outside the Extent will be used in the calculations. Extent refers to the extent of the output raster or geostatistical layer. If you want to control which points are used to build the model, you can do that with Selection.Mask simply sets some areas of the output to NoData. Specifically, anything outside the Mask and within the Extent will be set to NoData. Note that Mask is only supported for raster output; this environment does not work with geostatistical layer outputs.
Please read through the documentation on Mask and Extent. They do a good job of explaining the concepts. If you still have questions after reading the topics, I'm happy to answer them.Mask:http://resources.arcgis.com/en/help/main/10.2/index.html#//001w0000001t000000Extent:http://resources.arcgis.com/en/help/main/10.2/index.html#//001w00000009000000
The default bandwidth is calculated such that it minimizes the root-mean-square crossvalidation error. However, any location that does not have any points within the bandwidth distance will be calculated as NoData. As you increase the bandwidth, the areas of NoData will get smaller, but the quality of the predictions will decline. Keeping these two issues in mind, you need to decide on a bandwidth that works for your needs.
Hi Stevethanks for replying. So the larger the bandwidth, the more calculation will be done right? Since it does not have a guidance value, how do I decide what order of magnitude to start with as the bandwidth? myp.s. to move this thread to other forum, is there a way other than posting it again?
Yes there is, I have moved it for you based on Steve's suggestion. Forums MVPs have basic moderation rights and can do this.
p.s. to move this thread to other forum, is there a way other than posting it again?
Trying increasing the bandwidth value. I would rather suggest you first use KernelInterpolationWithBarriers, same concept, larger bandwidth brings in more data, however, it may then over smooth the data.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.