Aggregate Node Catalog
Aggregate category
Generated from 8 catalog nodes in Math/Float/Aggregate.
Nodes in this category
Showing 8 of 8 generated node docs.
Average (Float)
Math/Float/AggregateArithmetic mean of every float in an array
Max Of (Float)
Math/Float/AggregateLargest float in an array
Median
Math/Float/AggregateMiddle value of an array, averaging the two middle values for even counts
Min Of (Float)
Math/Float/AggregateSmallest float in an array
Percentile
Math/Float/AggregateValue at a percentile of an array, interpolating between neighbours
Standard Deviation
Math/Float/AggregatePopulation standard deviation of every float in an array
Sum (Float)
Math/Float/AggregateAdds up every float in an array
Variance
Math/Float/AggregatePopulation variance of every float in an array