org.agmodel.bioinfo.stat
Class NormalDist

java.lang.Object
  extended byorg.agmodel.bioinfo.stat.NormalDist

public class NormalDist
extends java.lang.Object


Constructor Summary
NormalDist()
           
 
Method Summary
static double getLowerProb(double z)
          Calculate lower probability for normal distribution
static double getUpperProb(double z)
          Calculate upper probability for normal distribution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalDist

public NormalDist()
Method Detail

getLowerProb

public static double getLowerProb(double z)
Calculate lower probability for normal distribution

Parameters:
z - z value
Returns:
Lower probability

getUpperProb

public static double getUpperProb(double z)
Calculate upper probability for normal distribution

Parameters:
z - z value
Returns:
Upper probability