| Package | Description | 
|---|---|
| org.britastro.grelf | 
| Modifier and Type | Method and Description | 
|---|---|
static Maths.Statistics | 
Maths.angleStatistics(java.util.Collection<java.lang.Double> anglesInDegrees)
Calculate the min, max, mean and stdDev (all in degrees) of a list or set 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. 
 |