Assembly: Modeller;
Namespace: Prognoz.Platform.Interop.Modeller;
The IEmStatisticsSettings interface determines the Summary Statistics Calculation method parameters.
IEmStatisticsSettings
This method enables calculating various summary statistics of the series set:
Mean.
Variance.
Skewness.
Kurtosis.
Minimum.
Maximum.
Jarque-Bera statistics.
To add series to the set, use the IEmStatisticsSettings.Add and IEmStatisticsSettings.AddAllSeries methods; to remove all the series from the set, use the IEmStatisticsSettings.RemoveAllSeries method.
| Property name | Brief description | |
| Modeller | The Modeller property returns common parameters of the Summary Statistics Calculation method. | |
| Serie | The Serie property returns the specified series from the summary statistics calculation set. | |
| SerieCount | The SerieCount property returns the number of series that are used in the summary statistics calculation. |
| Property name | Brief description | |
| Format | The Format property determines a set of sections displayed in the report of express modeling method calculation. | |
| MissingData | The MissingData property returns missing initial data processing parameters, used by the express modeling method. | |
| Period | The Period property returns calculation period parameters for the express modeling method. | |
| ReportSettings | The ReportSettings property returns report parameters for calculating the express modeling method. | |
| Sections | The Sections property returns report sections data of express modeling method calculation. |
| Method name | Brief description | |
| Add | The Add method adds the specified data series to the summary statistics calculation set. | |
| AddAllSeries | The AddAllSeries method adds all the initial express modeling series to the summary statistics calculation set. | |
| RemoveAllSeries | The RemoveAllSeries method removes all the series from the summary statistics calculation set. |
See also: