Created by: DolphinDream
Add node to compute various statistical quantities, currently supporting the following:
Sum
Sum Of Squares
Product
Average
Geometric Mean
Harmonic Mean
Standard Deviation
Root Mean Square
Skewness
Kurtosis
Minimum
Maximum
Median
Percentile
note: This may eventually replace the List Math & List Sum node.
-
add level feature for nested lists -
vectorize the node -
add Histogram function -
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.