public class StatCalc extends Object
| Constructor and Description | 
|---|
| StatCalc() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | enter(double num) | 
| int | getCount() | 
| double | getMax() | 
| double | getMean() | 
| double | getMin() | 
| double | getStandardDeviation() | 
| double | getSum() | 
Copyright © 2020. All rights reserved.