numeric-compound
creates: numeric variable
A numeric-compound data function receives an operator and a criteria of two-or-more numeric variables, data functions, or argument-references to produce a singular numeric variable per entity.
| attribute | type | description | options |
|---|---|---|---|
operator | string | a symbol denoting the mathematical operation to perform | */+-%^ |
criteria | array | numeric data | collectiondata_functionargument_reference |
{
"data_function_type": "numeric-compound",
"operator": "+",
"criteria": [
...,
...
]