org.modeshape.common.statistic
Class Histogram.StandardDeviationBucketingStrategy

java.lang.Object
  extended by org.modeshape.common.statistic.Histogram.BucketingStrategy
      extended by org.modeshape.common.statistic.Histogram.StandardDeviationBucketingStrategy
Enclosing class:
Histogram<T extends Number>

public class Histogram.StandardDeviationBucketingStrategy
extends Histogram.BucketingStrategy


Constructor Summary
protected Histogram.StandardDeviationBucketingStrategy(double median, double standardDeviation, int numDeviationsAboveAndBelow)
           
 
Method Summary
 T getLowerBound()
           
 T getUpperBound()
           
 
Methods inherited from class org.modeshape.common.statistic.Histogram.BucketingStrategy
getValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Histogram.StandardDeviationBucketingStrategy

protected Histogram.StandardDeviationBucketingStrategy(double median,
                                                       double standardDeviation,
                                                       int numDeviationsAboveAndBelow)
Method Detail

getLowerBound

public T getLowerBound()
Specified by:
getLowerBound in class Histogram.BucketingStrategy

getUpperBound

public T getUpperBound()
Specified by:
getUpperBound in class Histogram.BucketingStrategy


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.