public class ConventionalStatisticMetrics
extends java.lang.Object
| Constructor and Description | 
|---|
ConventionalStatisticMetrics()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
find(int value)  | 
double | 
getArithmeticAverage()  | 
double | 
getArithmeticAverage(double[] array)  | 
double[] | 
getArray()  | 
double | 
getCoefAssimetry()  | 
double | 
getMedian()  | 
double | 
getModa()  | 
double | 
getPearson()  | 
double | 
getSampleStandardDeviation()  | 
double | 
getSampleVariance()  | 
double | 
getSumOfElements()  | 
double | 
getSumOfElements(double[] array)  | 
double | 
getSumOfElementsSquare()  | 
void | 
setArray(double[] array)  | 
public double getPearson()
public double getArithmeticAverage()
public double getSumOfElements()
public double getSumOfElementsSquare()
public double getArithmeticAverage(double[] array)
public double getSumOfElements(double[] array)
public int find(int value)
public double getSampleVariance()
public double getSampleStandardDeviation()
public double getMedian()
public double getModa()
public double getCoefAssimetry()
public double[] getArray()
public void setArray(double[] array)