For the complete documentation index, see llms.txt. This page is also available as Markdown.

Expressions

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

Basic
Advanced

You can use these expressions with the following arithmetic operators and mathematical constants:

  • Addition: +

  • Subtraction: -

  • Division: /

  • Multiplication: *

  • Exponentiation: **

  • Modulo: %

  • Ο€: pi

  • Euler's number: e

Last updated

Was this helpful?