How Weighted Sum works

Available with Spatial Analyst license.

Available with Image Analyst license.

The Weighted Sum tool provides the ability to weight and combine multiple inputs to create an integrated analysis. With it multiple raster inputs, representing multiple factors, can be easily combined, incorporating weights or relative importance.

Comparing Weighted Sum to Weighted Overlay

Weighted Sum works by multiplying the designated field values for each input raster by the specified weight. It then sums (adds) all input rasters together to create an output raster.

The Weighted Sum tool is similar to the Weighted Overlay tool. There are two major differences between these tools:

  • The Weighted Sum tool does not rescale the reclassified values back to an evaluation scale.
  • The Weighted Sum tool allows floating-point and integer values, whereas the Weighted Overlay tool only accepts integer rasters as inputs.

By not rescaling the reclassified values back to the evaluation scale, the analysis maintains its resolution. For example, in a suitability model, if there are 10 input criteria that were reclassified to a scale of 1 to 10 (10 being the most favorable) and no weights were assigned, the values on the output from Weighted Sum could range from 10 to 100. For the same input, Weighted Overlay would normalize the 10-to-100 reclassified analysis range to the evaluation scale, for example, back to the 1-to-10 scale. Maintaining the model resolution in Weighted Sum can be useful when you want to identify only the top few favorable locations or a specified number of sites.

Note:

Combining multiple continuous data layers with different ranges is not always meaningful.

Generally, the values of continuous rasters are grouped into categories. For example, the various slope values can be grouped into flat, moderate, steep, and very steep. Each slope value can be assigned to one of these categories, and the category can be assigned a reclass value identifying the preference for the class relative to a criterion in the overlay analysis. The Reclassify tool allows such rasters to be reclassified.

The Weighted Overlay tool is used most commonly for suitability modeling and should be used to ensure correct methodologies are followed. The Weighted Sum tool is useful when you want to maintain the model resolution or when floating-point output or decimal weights are required.

Using the tool

The steps for running the Weighted Sum tool are as follows:

  1. Add rasters.

    Click the Input rasters arrow and click an input raster, or browse to an input raster and click Add. The raster is added to the weighted sum table. Repeat to enter the next raster, and so on.

  2. Select the field.

    For each input raster, click the field column to specify the field to be used in the overlay analysis. A drop-down list appears displaying all valid fields for the input. The field must be a numeric field.

  3. Assign weights for input rasters.

    Each input raster can be weighted, or assigned a percent influence, based on its importance. For each input raster, click in the weight column to specify a value. The weights can be any floating-point value (negatives included).

  4. Run the tool.

    The cell values of each input raster are multiplied by the raster's weight. The resulting cell values are added to produce the final output raster.

Related topics