public class Sample
extends java.lang.Object
Constructor and Description |
---|
Sample(double[] data)
Creates a sample from array data.
|
Modifier and Type | Method and Description |
---|---|
double |
getErrorOfMean()
Returns the error of the sample mean.
|
double |
getErrorOfStandardDeviation()
Returns the error of the standard deviation of the sample.
|
double |
getErrorOfVariance()
Returns the error of the sample variance.
|
double |
getMean()
Returns trhe sample mean.
|
double |
getStandardDeviation()
Returns the standard deviation of the sample.
|
double |
getVariance()
Returns the sample variance.
|
public double getMean()
public double getErrorOfMean()
public double getVariance()
public double getErrorOfVariance()
public double getStandardDeviation()
public double getErrorOfStandardDeviation()