Plus Minus Average

See also Use the Plus Minus Average utility.

Operation

Displays a pop-up menu from which you can select an operator

No operation

Copies the value of the Input1 attribute to the output attribute without making any changes.

Sum

Adds the values in the Input list, as in the following formula:

Output = Input1 + Input2 + ... + InputN

Subtract

Calculates the difference between one element in the list and another element in the list, as in the following formula:

Output = Input3D[1] - Input3D[2]

For example, if you want to subtract Input3D[1] from Input3D[2] of multi-attribute nodes, make the necessary connections using the right mouse button in the Connection Editor and then select Subtract.

Average

Adds the values in each Input attribute and divides the result by the number of input attributes, as in the following formula:

Output = (Input1 + Input2 + ... + InputN)/N

where N is the number of input attributes.

For example, if there are seven input values in the list, the values for each input in the list ranging from one to seven are added and the result is divided by seven.

Input 1D

A list of elements composed of single-value connections. The values in the list can be added, subtracted, or averaged depending on the Operation you select.

Input 2D

A list of elements composed of two-value connections. The values in the list can be added, subtracted, or averaged depending on the Operation you select.

Input 3D

A list of elements composed of three-value connections, such as color. The values in the list can be added, subtracted, or averaged depending on the Operation you select.

Tip:

Give nodes meaningful names to help you remember their functions. For example, rename the first multiplyDivide node to PowerSquare, the plusMinusAverage node to SumComponents, and the second multiplyDivide node to PowerSquareRoot.