Java com.google.common.math Stats fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.math Stats fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.math Stats.

The text is from its open source code.

Method

doublemeanOf(Iterable values)
Returns the arithmetic mean of the values.
doublemeanOf(Iterator values)
Returns the arithmetic mean of the values.
doublemeanOf(double... values)
Returns the arithmetic mean of the values.
doublemeanOf(int... values)
Returns the arithmetic mean of the values.
doublemeanOf(long... values)
Returns the arithmetic mean of the values.