Field Average Node

Field Average Node.

The Field Average calculates the mean and median of a given field.

入力

Value(値)

The values the mean and median will be calculated from.

Group ID

An index used to group values together for multiple separate averages. This can be thought of as a choice of the "bin" in which to place each value. This input has no effect when it is only a single value.

Properties(プロパティ)

Data Type(データタイプ)
Float:

The node will average a Float field.

Vector(ベクトル):

The node will average a Vector field.

Domain(ドメイン)

The attribute domain used for evaluate the Value input.

Output(出力)

Mean(平均)

The sum of all values in each group divided by the size of said group.

Median(中点)

The middle value in each group when all values are sorted from lowest to highest.