| 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. |