Attribute Statistic Node
The Attribute Statistic node evaluates a field on a geometry and outputs a statistic about the entire data set.
入力
- Geometry(ジオメトリ)
Standard geometry input.
- Attribute
The attribute field to query a statistic from.
Properties(プロパティ)
- Data Type
- Float
The output will be a single floating-point value.
- Vector (ベクトル)
The output will be a vector of three floating-point values. All calculations are elementwise.
- Domain
- Spline
Data is queried from each spline.
- Face Corner
Data is queried from each face corner.
- Corner
Data is queried from each face corner.
- Edge(辺)
Data is queried from each edge.
- Point (ポイント)
Data is queried from each point.
出力
- Mean(平均)
The average value of all data.
- Median(中点)
The median value of all data.
- Sum
The sum value of all data.
- Min (最小)
The min value of all data.
- Max (最大)
The max value of all data.
- Range (範囲)
The difference between the max and min value.
- Standard Deviation
How much values differ from the mean. A low standard deviation indicates that the values are grouped tightly together at the mean. A high standard deviation indicates that the values are spread out over a large range.
- Variance
The variance of all data, defined as the square of the standard deviation.