EmComputingSerieType

Description

The EmComputingSerieType enumeration is used to determine calculated series calculation method.

It is used by the following properties and methods:

Available values

Value Brief description
0 Logarithm. Taking a logarithm. The output series values are calculated by taking a logarithm of the corresponding source series values.
1 Lag. Lag. The resulted series values are calculated by shifting the source series by the specified number of points in the time period.
2 Growth. Obtaining growth rates. Every point of the resulted series displays: how much of a percent is the value of the corresponding point of the source series from the previous point of the source series.
3 GrowthRate. Obtaining growth rates. Every point of the resulted series displays the difference (in percentage) of the value of the corresponding point of the source series from the previous point of the source series.
4 User. User function. The resulted series values are calculated by the user formula.

Comments

Logarithm degree, lag size and user function are specified in the IEmComputingSerie.Condition property.

See also:

Modeller Assembly Enumerations