Package org.openhab.core.util
Class Statistics
java.lang.Object
org.openhab.core.util.Statistics
The
Statistics
is a class with statistics helper methods.- Author:
- Mark Herwege - Initial contribution
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable BigDecimal
median
(List<BigDecimal> inputList) Find the median in a list of values
-
Constructor Details
-
Statistics
public Statistics()
-
-
Method Details
-
median
Find the median in a list of values- Parameters:
inputList
-- Returns:
- median of the values, null if the list is empty
-