Uses of Class
net.grelf.Maths.Statistics

Packages that use Maths.Statistics
net.grelf This package contains general-purpose Java classes: non-astronomical and not specific to GRIP. 
 

Uses of Maths.Statistics in net.grelf
 

Methods in net.grelf that return Maths.Statistics
static Maths.Statistics Angle.angleStatistics(Angle... angles)
          Calculate the min, max, mean and stdDev (all in degrees) of an array of angles, taking into account periodicity.
static Maths.Statistics Angle.angleStatistics(java.util.Collection<Angle> angles)
          Calculate the min, max, mean and stdDev (all in degrees) of a set or list of angles, taking into account periodicity.
static Maths.Statistics Maths.angleStatistics(java.util.Collection<java.lang.Double> anglesInDegrees)
          Calculate the min, max, mean and stdDev (all in degrees) of a set or list of angles, taking into account periodicity.
static Maths.Statistics Maths.angleStatistics(double... anglesInDegrees)
          Calculate the min, max, mean and stdDev of a set of angles, taking into account periodicity.