This document is archived and information here might be outdated. Recommended version. |
Base statistics class for generating and reporting statistics.
The BaseStatistics class provides facilities to store and retrieve statistics for a set of numeric values.
BaseStatistics is normally used with the DataStatistics object (defined in esriGeodatabase) in order to return statistics on tabular data. However, a BaseStatistics object can also be cocreated directly to generate statistics for any set of data values.
Interfaces | Description |
---|---|
IFrequencyStatistics | Provides access to members used for reporting frequency statistics. |
IGenerateStatistics | Provides access to members used for generating statistics. |
IStatisticsResults | Provides access to members used for reporting statistics. |