Numerical Expression
This topic explains how the Numerical Expression operation works
Numerical Expression
The Numerical Expression operation, which is native to the Myst Platform, allows you to transform one or more time series by applying a customizable math expression.
Supported Operations
Binary operators ('+', '-', '*', '/', '<', '<=', '>', '>=', '==', '!=', '&', '|' ) and the unary operator '~' are supported as well as common functions ('abs', 'arccos', 'arccosh', 'arcsin', 'arcsinh', 'arctan', 'arctan2', 'arctanh', 'ceil', 'cos', 'cosh', 'exp', 'expm1', 'floor', 'fmod', 'log', 'log10', 'log1p', 'sin', 'sinh', 'sqrt', 'tan', 'tanh', 'where').
Guardrails
The Numerical Expression connector accepts up to 300 input time series. See Myst Platform Guardrails for additional Myst Platform guardrails.
Updated about 2 years ago