edu.mit.util.stats
Class FastDoubleGamma

java.lang.Object
  extended by edu.mit.util.stats.FastDoubleGamma
All Implemented Interfaces:
FastGamma

public class FastDoubleGamma
extends Object
implements FastGamma


Field Summary
 long num_hits
           
 long num_misses
           
 
Constructor Summary
FastDoubleGamma()
           
FastDoubleGamma(int init_size, float load_factor)
           
 
Method Summary
 double gamma(double in)
           
 double logGamma(double in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

num_hits

public long num_hits

num_misses

public long num_misses
Constructor Detail

FastDoubleGamma

public FastDoubleGamma()

FastDoubleGamma

public FastDoubleGamma(int init_size,
                       float load_factor)
Method Detail

logGamma

public double logGamma(double in)
Specified by:
logGamma in interface FastGamma

gamma

public double gamma(double in)
Specified by:
gamma in interface FastGamma


Copyright © 2008 MIT. All Rights Reserved.