Power

Syntax

Power(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.

Comments

The Power and ExpX functions duplicate each other.

Example

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

The Brazil|BCA time series observations are raised to the power set by observations of the Canada|BCA time series.

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

All X1 factor points are raised to the second power.

It can be used in model formulas of modeling container.
= Power(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.Power