Interface Mean<T>

    • Method Detail

      • mean

        T mean​(T that)
        Return the (usually arithmetic) mean value of this and that. For NumericGenes the mean is the arithmetic mean.
        Parameters:
        that - the second value for calculating the mean.
        Returns:
        the mean value of this and that.
        Throws:
        NullPointerException - if the argument is null.