public class VectorStatistics
extends java.lang.Object
Constructor and Description |
---|
VectorStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
calc_stats(java.util.ArrayList<double[]> vectors,
int start_ind,
int end_ind) |
void |
calc_stats(double[] vector,
int start_ind,
int end_ind) |
double |
max() |
double |
mean() |
double |
min() |
double |
standardDeviation() |
public void calc_stats(double[] vector, int start_ind, int end_ind)
public void calc_stats(java.util.ArrayList<double[]> vectors, int start_ind, int end_ind)
public double max()
public double mean()
public double min()
public double standardDeviation()