public class LIST
extends java.lang.Object
Constructor and Description |
---|
LIST()
Instantiates a new list.
|
Modifier and Type | Method and Description |
---|---|
void |
add(double value)
Adds the.
|
void |
display()
Display.
|
double |
getMean()
Gets the mean.
|
double |
getSum()
Gets the sum.
|
double |
getVariance()
Gets the variance.
|
public void add(double value)
value
- the valuepublic double getSum()
public double getMean()
public double getVariance()
public void display()