DecimalOnIterableDecimalExtension extension

on

Properties

abs List<Decimal>
Returns the absolute values of this numeric collection.
no setter
asDynamicInt Iterable<DynamicInt>
no setter
mean Decimal
Returns the mean/average of this numeric collection.
no setter
squares List<Decimal>
Returns the squares of this numeric collection.
no setter
squaresMean Decimal
Returns the mean/average of squares of this numeric collection.
no setter
squaresRoots List<Decimal>
Returns the square roots of this numeric collection.
no setter
standardDeviation Decimal
Returns the standard deviation of this numeric collection.
no setter
sum Decimal
Returns the sum of this numeric collection.
no setter
sumSquares Decimal
Returns the sum of squares of this numeric collection.
no setter