public class TABLIST
extends java.lang.Object
Constructor and Description |
---|
TABLIST()
Instantiates a new tablist.
|
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Double[] value)
Adds the.
|
void |
display()
Display.
|
double[] |
getMean()
Gets the mean.
|
double[] |
getSum()
Gets the sum.
|
double[] |
getVariance()
Gets the variance.
|
int |
size()
Size.
|
public void add(java.lang.Double[] value)
value
- the valuepublic double[] getSum()
public int size()
public double[] getMean()
public double[] getVariance()
public void display()