Expressions

With Synthetic Variables, you can apply different operations to the time-series data to create an adjacent dataset containing computed values. The following are the different types of synthetic variables that you can create:

Basic
Advanced

These expressions can be used with the following arithmetic operators and mathematical constants:

  • Addition: +

  • Subtraction: -

  • Division: /

  • Multiplication: *

  • Exponentiation: **

  • Module: %

  • π : pi

  • Euler's number: e

Last updated

Was this helpful?