org.n52.wps.ags.analysis.statistics.frequency Frequency_analysis This creates a list of the unique code occurrences and their frequency for a specified set of items in a table. Uses ArcObjects library - Analysis in_table in table The table containing the field(s) that will be used to calculate frequency statistics. It can be an INFO or OLE DB table, a dBASE or a VPF table, or a feature class. application/dbf application/dbf frequency_fields frequency fields The attribute field or fields that will be used to calculate frequency statistics. summary_fields summary fields The attribute field or fields to sum and add to the output table. Null values are excluded from this calculation. out_table out table The table that will store the calculated frequency statistics. application/dbf application/dbf