GMS:Subset Definition: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:SubsetDefinition.jpg|thumb|225 px|The ''Subset Definition'' dialog.]]
[[File:SubsetDefinition.png|thumb|225 px|The ''Subset Definition'' dialog.]]
In the [[GMS:Inverse Distance Weighted|''IDW Interpolation Options'']] dialog, an option is available for using a subset of the data points (as opposed to all of the available data points) in the computation of the nodal function coefficients and in the computation of the interpolation weights. Using a subset of the data points drops distant points from consideration since they are unlikely to have a large influence on the nodal function or on the interpolation weights. In addition, using a subset can speed up the computations since less points are involved.
In the [[GMS:Inverse Distance Weighted|''IDW Interpolation Options'']] dialog, an option is available for using a subset of the data points (as opposed to all of the available data points) in the computation of the nodal function coefficients and in the computation of the interpolation weights. Using a subset of the data points drops distant points from consideration since they are unlikely to have a large influence on the nodal function or on the interpolation weights. In addition, using a subset can speed up the computations since less points are involved.


If the ''Use subset of points'' option is chosen, the '''Subsets''' button can be used to bring up the ''Subset Definition'' dialog. Two options are available for defining which points are included in the subset. In one case, only the nearest ''N'' points are used. In the other case, only the nearest ''N'' points in each quadrant are used as shown below. This approach may give better results if the data points tend to be clustered.
If the ''Use subset of points'' option is chosen, the '''Subsets''' button can be used to bring up the ''Subset Definition'' dialog. Two options are available for defining which points are included in the subset. In the first approach, only the nearest ''N'' points are used. In the second approach, only the nearest ''N'' points in each quadrant are used as illustrated in the figure below. The second approach may give better results if the data points tend to be clustered.


:[[Image:idw_fig1.gif|frame|none|left|''The Four Quadrants Surrounding an Interpolation Point.'']]
:[[Image:idw_fig1.png|thumb|none|200 px|The four quadrants surrounding an interpolation point.]]


==Related Topics==
==Related Topics==
Line 12: Line 12:
{{Navbox GMS}}
{{Navbox GMS}}
[[Category:Interpolation]]
[[Category:Interpolation]]
[[Category:GMS Dialogs|S]]
[[Category:Interpolation Dialogs]]


{{stub}}
{{stub}}

Latest revision as of 20:20, 28 March 2017

The Subset Definition dialog.

In the IDW Interpolation Options dialog, an option is available for using a subset of the data points (as opposed to all of the available data points) in the computation of the nodal function coefficients and in the computation of the interpolation weights. Using a subset of the data points drops distant points from consideration since they are unlikely to have a large influence on the nodal function or on the interpolation weights. In addition, using a subset can speed up the computations since less points are involved.

If the Use subset of points option is chosen, the Subsets button can be used to bring up the Subset Definition dialog. Two options are available for defining which points are included in the subset. In the first approach, only the nearest N points are used. In the second approach, only the nearest N points in each quadrant are used as illustrated in the figure below. The second approach may give better results if the data points tend to be clustered.

The four quadrants surrounding an interpolation point.

Related Topics