Base statistics class for generating and reporting statistics.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Supported Platforms
Windows, Solaris, Linux
Interfaces
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. |