Class BigDecimalAggregates
java.lang.Object
com.kingsrook.qqq.backend.core.utils.aggregates.BigDecimalAggregates
- All Implemented Interfaces:
AggregatesInterface<BigDecimal,BigDecimal>
public class BigDecimalAggregates
extends Object
implements AggregatesInterface<BigDecimal,BigDecimal>
BigDecimal version of data aggregator
-
Constructor Details
-
BigDecimalAggregates
public BigDecimalAggregates()
-
-
Method Details
-
add
Add a new value to this aggregate set- Specified by:
addin interfaceAggregatesInterface<BigDecimal,BigDecimal>
-
getVariance
- Specified by:
getVariancein interfaceAggregatesInterface<BigDecimal,BigDecimal>
-
getVarP
- Specified by:
getVarPin interfaceAggregatesInterface<BigDecimal,BigDecimal>
-
getStandardDeviation
- Specified by:
getStandardDeviationin interfaceAggregatesInterface<BigDecimal,BigDecimal>
-
getStdDevP
- Specified by:
getStdDevPin interfaceAggregatesInterface<BigDecimal,BigDecimal>
-
getCount
public int getCount()- Specified by:
getCountin interfaceAggregatesInterface<BigDecimal,BigDecimal>
-
getSum
- Specified by:
getSumin interfaceAggregatesInterface<BigDecimal,BigDecimal>
-
getMin
- Specified by:
getMinin interfaceAggregatesInterface<BigDecimal,BigDecimal>
-
getMax
- Specified by:
getMaxin interfaceAggregatesInterface<BigDecimal,BigDecimal>
-
getProduct
Getter for product- Specified by:
getProductin interfaceAggregatesInterface<BigDecimal,BigDecimal>
-
getAverage
- Specified by:
getAveragein interfaceAggregatesInterface<BigDecimal,BigDecimal>
-