Field Average Node¶
The Field Average calculates the mean and median of a given field.
Đầu Vào (Inputs)¶
- Value (Giá Trị)
The values the mean and median will be calculated from.
- ID của Nhóm [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.
Tính Chất (Properties)¶
- Kiểu Dữ Liệu (Data Type)
- Số Thực (Float):
The node will average a Float field.
- Véctơ (Vector):
The node will average a Vector field.
- Phạm Vi (Domain)
The attribute domain used for evaluate the Value input.
Đầu Ra (Output)¶
- Trung Bình (Mean)
The sum of all values in each group divided by the size of said group.
- Trung Vị (Median)
The middle value in each group when all values are sorted from lowest to highest.