Class GammaResult

java.lang.Object
  extended by GammaResult

public class GammaResult
extends java.lang.Object


Field Summary
(package private)  double k
           
(package private)  double theta
           
 
Constructor Summary
GammaResult(double k, double theta)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

k

final double k

theta

final double theta
Constructor Detail

GammaResult

public GammaResult(double k,
                   double theta)