This document is archived and information here might be outdated. Recommended version. |
Provides access to members used for reporting frequency statistics.
IFrequencyStatistics is used to return information about your data values that is similar to an equal-interval histogram. You can use ComputeAutoFrequencyIntervals to let the system choose a suitable data interval, or set it manually with the FrequencyIntervalCount property. Retrieve the frequency values with FrequencyClassCount, which uses a zero-based index.
You can QI to IFrequencyStatistics after calling IDataStatistics::Statistics as long as IDataStatistics::SimpleStats is False.
Name | Description | |
---|---|---|
ComputeAutoFrequencyIntervals | Computes a suitable frequency interval count for the number of values. | |
FrequencyClassCount | The frequency class count at a given interval index. | |
FrequencyIntervalCount | The frequency interval count. | |
FrequencyIntervalSize | The size (range) of each frequency interval. |
Classes | Description |
---|---|
BaseStatistics | Base statistics class for generating and reporting statistics. |