IEmSerie.Statistic

Fore syntax

Statistic(Index: EmStatistics): Double;

Fore.NET syntax

Statistic[Index: Prognoz.Platform.Interop.Modeller.EmStatistics]: double;

Parameters

Index. Summary statistics that must be achieved.

Description

The Statistic property returns series specified summary statistics value.

Comments

To calculate several summary statistics at the same time, use the IEmStatisticsSettings interface.

Fore and Fore.NET examples

The property use is given in the example for IEmStatisticsSettings.AddAllSeries.

See also:

IEmSerie