ca.intelliware.amakihi.util.performance
Class PercentileGenerator

java.lang.Object
  |
  +--ca.intelliware.amakihi.util.performance.StatisticsGenerator
        |
        +--ca.intelliware.amakihi.util.performance.PercentileGenerator

public class PercentileGenerator
extends StatisticsGenerator

Version:
$Revision: 1.1 $
Author:
Intelliware Development

Constructor Summary
PercentileGenerator()
          PercentileGenerator constructor comment.
PercentileGenerator(java.util.Vector observations)
          PercentileGenerator constructor comment.
 
Method Summary
 void addDatum(double x)
          Insert the method's description here.
 double getMedian()
          Insert the method's description here.
 double getPercentAbove(double value)
          Insert the method's description here.
 double getPercentAtOrBelow(double value)
          Insert the method's description here.
 double getPercentile(double percentile)
          Insert the method's description here.
 
Methods inherited from class ca.intelliware.amakihi.util.performance.StatisticsGenerator
addAll, getCount, getMax, getMin, getValues, reset, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PercentileGenerator

public PercentileGenerator()
PercentileGenerator constructor comment.

PercentileGenerator

public PercentileGenerator(java.util.Vector observations)
PercentileGenerator constructor comment.
Parameters:
observations - java.util.Vector
Method Detail

addDatum

public void addDatum(double x)
Insert the method's description here. Creation date: (7/27/2001 9:50:39 AM)
Overrides:
addDatum in class StatisticsGenerator
Parameters:
x - double

getMedian

public double getMedian()
Insert the method's description here. Creation date: (7/27/2001 9:31:10 AM)
Returns:
double

getPercentAbove

public double getPercentAbove(double value)
Insert the method's description here. Creation date: (7/27/2001 9:31:10 AM)
Returns:
double

getPercentAtOrBelow

public double getPercentAtOrBelow(double value)
Insert the method's description here. Creation date: (7/27/2001 9:31:10 AM)
Returns:
double

getPercentile

public double getPercentile(double percentile)
Insert the method's description here. Creation date: (7/27/2001 9:31:10 AM)
Returns:
double


Copyright 2002 Intelliware Development. All Rights Reserved.