Documentation of 'org.matheclipse.core.stat.descriptive.SymbolicStatUtils' Java class
SymbolicStatUtils
org.matheclipse.core.stat.descriptive

Class SymbolicStatUtils



  • public class SymbolicStatUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static IExpr geometricMean(IAST values)
      Returns the geometric mean of the entries in the input array, or Double.NaN if the array is empty.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SymbolicStatUtils

        public SymbolicStatUtils()
    • Method Detail

      • geometricMean

        public static IExpr geometricMean(IAST values)
        Returns the geometric mean of the entries in the input array, or Double.NaN if the array is empty.

        Throws IllegalArgumentException if the array is null.

        See GeometricMean for 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

You see the box below because you did not login.