Function:


Expression:


Power:


Exponential weight:
POW function rises each element of the first argument to the power defined by the second argument.

The CUMSUM function calculates the cumulative sum of the elements in the input array..

The EXPAVG function calculates the exponential average of the input array. The formula is:
Result[n] = A1[n] * weight + A1[n-1] * (1 - weight)