dLife Home Page

Package dlife.tools.stat

Classes for computing various statistics.

See:
          Description

Class Summary
ArraySummaryStatistics This class provides a range of utility methods for computing mean, median, max, min, variance, standard deviation and root mean square values from arrays.
AverageAcrossFiles Compute the average and standard deviation of data values across multiple data files and write the result to standard output.
AverageWithinFile Compute the average and standard deviation of each column of data within a file and print the results to standard output.
CrossCorrelation Computes the normalized cross correlation between two columns of data contained in files.
MovingAverage Smooth a set of data using a moving average with a specified window size.
 

Package dlife.tools.stat Description

Classes for computing various statistics.


dLife Home Page