Calculate Theme Weights…

Select this option to calculate weights for a single evidential theme. A set of statistics, including the area, number of training points, W+, W-, Contrast and their standard deviations, as well as the studentized Contrast are calculated for each class in the specified class field and written to a *.dbf file and added as a Table document to the project. For ordered data, these statistics can also be calculated for cumulatively from lowest to highest class (ascending) and highest to lowest class (descending).

The resulting tables can be reviewed and used to determine appropriate generalizations or grouping of classes for input to calculations of the posterior probability map.

Charts can also be created based on these tables as additional aid to interpretation.

Evidential Theme Weights dialog and its components

Parameter Display

The following items,displayed at the top of the dialog, are either set by selecting the Set Analysis Parameters... menu item, or calculated from these parameters.

Only the number of points that fall in the study area is reported as the Total Number of Training Points. This number may be less than the total number reported in the Analysis Parameters dialog because the total number of points in the training point theme is reported there. (To see how many training points fall within the study area while setting parameters, click the Inspect Training Points button .)

To change one or more of these parameters, close the Evidential Theme Weights dialog box and choose Analysis Parameters…from the Weights of Evidence menu.

Evidential Theme – Select the Evidential Theme theme you want to calculate weights for, from the combo box. All of the integer grid and polygon feature themes, other than the study area grid, are available for selection.

Class Field – Select the field from the Evidential Theme attribute table that contains the classes for which you want to calculate a weights table. You are able to use string and real number type fields, in addition to integer fields. String fields are recommended only for free or categorical data. If you would like to include or preserve descriptive strings contained in the attribute table (or a table joined to it), you can select a Class Description Field below.

Class Description Field – Select a field from the Evidential Theme attribute table that contains the text descriptions of the classes you would like to use. Select <None> if you don't have or don't want to use a description field. If you select a class description field, and there are missing data in the evidential theme represented by No Data, the string "Missing Data".

Type of Data – Specify whether the data should be treated as Free or Ordered. this choice affects whether cumulative weights can be calculated for the data. This characteristic is also written to a Table named 'Data Type of Weights Themes' so that Arc-WofE functions 'remember' later and the data type does not have to be re-specified.

Once the evidential theme and its data type is written to the 'Data Type of Weights Themes' table, you can change its type by editing the table. Open the table document, from the Table menu, choose 'Start Editing'. Edit the data type, or delete the record. To finish editing and commit your changes, choose 'Stop Editing' from the Table menu.

Calculate Weights Tables

To calculate and create a table of weights, you have the following options:

Categorical – calculates the weights for each class and writes these value to a table based on a dBase file. The default table name is <evidential theme name>-CT (dBase file name is the same as the table name with a .dbf extension).

Cumulative (Ascending) – calculates the cumulative weights from the first class to the last and writes these values to a table based on a dBase file. The default table name is

<evidential theme name>-CA (dBase file name is <evidential theme name>-CA.dbf).

Cumulative (Descending) – calculates the cumulative weights from the last class to the first class and writes these values to a table based on a dBase file. The default table name is

<evidential theme name>-CD (dBase file name is <evidential theme name>-CD.dbf).

Calculate All – Calculates and writes all of the above three tables.

Next Section Contents Home

The Output Weights Table

To view the Weights Table, switch to the project window, click the Tables icon, select the name of the table you specified and then click the Open button.

The Weights Tables contain the following fields:

Class – the numbers or text identifying the classes in the attribute field you specified.

Class Description Field – this field will have the same name as the source field in the evidential theme's attribute table

Area (sq. km) – the area of each class given in km2.

Unit Area – the area of each class given in unit cells. This will be the same number as Area (sq. km) if the unit cell area specified in Analysis Parameters… was 1 or if the asymptotic unit cell area was used.

#Points – the number of training points that fell in the area of the class.

W+ – the value of W+

s(W-) – the standard deviation of W+

W- – the value of W- (the weight for all other classes combined)

s(W-) – the standard deviation of W-

Contrast – the difference between W+ and W-

s(C) – the standard deviation of the Contrast

stud(C) – the studentized Contrast: the contrast divided by its standard deviation.

Equations used to calculate Weights

dBase field names vs ArcView table field names

The field names in ArcView table documents can be long and can incorporate special characters while field names in the underlying or source file format, dBase, cannot contain special characters and are limited to 10 characters. The ArcView names, as listed above, are only maintained with the ArcView table document. (A Table document can also use INFO and tab or comma delimited text files as its source.)

If the source dBase file is opened in another software, such as Excel, or added to another ArcView project as a new table document, the table names won't be available. To be able to take advantage of ArcView's naming capabilities, yet maintain legibility at the dBase level, both a name and an alias for that name have been set for each field.

Alias Name
Class Class
Area (Sq. km) Area_Sq_km
Area (Units) Area_Units
#Points No_Points
W+ Wplus
s(W+) s_Wplus
W- Wminus
s(W-) s_Wminus
Contrast Contrast
s(C) s_Contrast
stud(C) stud_Cnt

 

Section Contents Home