public class Statistics extends Object
| Constructor and Description |
|---|
Statistics() |
| Modifier and Type | Method and Description |
|---|---|
static double |
calculateSimpleMean(List<Double> values)
Calculates the simple mean of the given values
|
static Map.Entry<Double,Double> |
calculateStandardDeviationAndMean(List<Double> values)
For the given values find the standard deviation (SD).
|
Copyright © 2025. All rights reserved.