org.matheclipse.core.stat.descriptive
Class SymbolicStatUtils
- java.lang.Object
-
- org.matheclipse.core.stat.descriptive.SymbolicStatUtils
-
public class SymbolicStatUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description SymbolicStatUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static IExprgeometricMean(IAST values)Returns the geometric mean of the entries in the input array, orDouble.NaNif the array is empty.
-
-
-
Method Detail
-
geometricMean
public static IExpr geometricMean(IAST values)
Returns the geometric mean of the entries in the input array, orDouble.NaNif the array is empty.Throws
IllegalArgumentExceptionif the array is null.See
GeometricMeanfor details on the computing algorithm.- Parameters:
values- the input array- Returns:
- the geometric mean of the values or Double.NaN if the array is empty
- Throws:
java.lang.IllegalArgumentException- if the array is null
-
-
DMelt 3.0 © DataMelt by jWork.ORG