AbsI

Syntax

AbsI(Input: Variant)

Parameters

Input. Variable.

Description

It returns the absolute value (module) of points of specified variable if it contains integer values only.

Comments

Use the Abs function to calculate points module of the variable containing not only integer values.

Example

Formula Result Application
= AbsI({Brazil|BCA}) Absolute value is calculated for each observation of the Brazil|BCA time series. An error occurs if the factor contains real values. It can be used in formulas of calculated series of time series database and model formulas of modeling container that is a child of the time series database.
= AbsI(X1) For each factor point X1 the absolute value is calculated. It can be used in model formulas of modeling container.
= AbsI(-7) 7 It can be used in formulas of calculated series of time series database and modeling container models.

See also:

Functions Available in Expression Editor │ Arithmetic FunctionsIModelling.AbsI