PowerI

Syntax

PowerI(Input: Variant, PowerValue: Variant)

Parameters

Input. Variable that sets the base of power

PowerValue. Power exponent.

Description

It returns the result of raising variable points to the specified power. All variable points and the power must be integers.

Comments

Use the Power function to raise points of the variable, containing not only integer values, to the power.

Example

Formula Result Application
= PowerI({Brazil|BCA},{Canada|BCA})

The Brazil|BCA factor observations are raised to the power, that is set by the observations of the Canada|BCA factor. If any of time series contains the real values, an error appears.

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.
= PowerI(X1,2)

All X1 factor points are raised to the second power.

It can be used in model formulas of modeling container.
= PowerI(2,4)

24=16

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.PowerI