Skip navigation links
G M S 

G

getMax(double[]) - Static method in class Statistics
Return the maximum value from the given data array.
getMean(double[]) - Static method in class Statistics
Get the mean (average) of the values in the given data array.
getMin(double[]) - Static method in class Statistics
Return the minimum value from the given data array.
getPercentile(double[], double) - Static method in class Statistics
Given a sorted data array and a percentile, return the approximate percentile value from that sorted array.
getResample(double[]) - Static method in class Statistics
Return a new single array of data resampled from the given data array.
getResampleMeanPercentiles(double[], int, double...) - Static method in class Statistics
Given a data array and a specified number of resamples, return the given percentiles values for the resample means.
getSortedResampleMeans(double[], int) - Static method in class Statistics
Compute the given number of resamples from the given data array, and return a sorted list of the means of each resample.
getStdDev(double[]) - Static method in class Statistics
Return the population standard deviation of the data.
getSum(double[]) - Static method in class Statistics
Get the sum of the values in the given data array.

M

main(String[]) - Static method in class Statistics
 

S

Statistics - Class in <Unnamed>
 
Statistics() - Constructor for class Statistics
 
G M S 
Skip navigation links