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