The ILanerResultsBoxStatistics interface is used to work with statistics on the Summary Statistics tab of the Calculation Results panel for the LanerResultsBox component.
This interface is outdated, use IEaxAnalyzer.Statistics instead.
ILanerResultsBoxStatistics is used only to obtain calculated statistics. It is impossible to change coefficient values.
If statistics is computed for a calculated series (that is, data range belongs to the calculated series only) and this series is obtained using modeling methods (smoothing, forecast, or regression), the set of characteristics is similar to summary statistics of the modeling container.
Property name | Brief description | |
The Active property returns whether the specified statistics is to be shown. | ||
The Count property returns the total number of statistics. | ||
The Enabled property determines whether the selected statistics is shown on the Summary Statistics tab. | ||
The GroupIndex property returns index of the statistics group based on the specified statistics index. | ||
The GroupName property returns name of the statistics group based on the specified statistics index. | ||
The Name property returns name of a statistics based on its index. | ||
The Type property returns type of a statistics based on its index. | ||
The Value property returns calculated statistics value based on its index. |
See also: