UI.Run.JSci
Interface GEVAGraphStatistics


public interface GEVAGraphStatistics

Author:
eliott bartley

Method Summary
 float calcMean()
           
 float calcMedian()
           
 float calcStandardDeviation()
           
 float getExtremaMax()
           
 float getExtremaMin()
           
 

Method Detail

getExtremaMin

float getExtremaMin()

getExtremaMax

float getExtremaMax()

calcMean

float calcMean()

calcMedian

float calcMedian()

calcStandardDeviation

float calcStandardDeviation()