-
-
Constructor Summary
Constructors
| Constructor and Description |
MathUtil() |
-
Method Summary
All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static double |
avg(double[] arr) |
static double |
avg(long[] arr) |
static double |
stdDev(double[] arr) |
static double |
stdDev(long[] arr) |
static double |
sum(double[] arr) |
static long |
sum(long[] arr) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MathUtil
public MathUtil()
Copyright © 2016–2018. All rights reserved.