zeus.util
Class NormalDist

java.lang.Object
  extended byzeus.util.NormalDist

public class NormalDist
extends java.lang.Object


Field Summary
static double MTOL
           
 
Constructor Summary
NormalDist()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static double normdist(double x)
           
static double normdist(double xx, double mu, double sigma)
           
static double norminv(double q)
           
static double norminv(double q, double mu, double sigma)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MTOL

public static final double MTOL
See Also:
Constant Field Values
Constructor Detail

NormalDist

public NormalDist()
Method Detail

normdist

public static double normdist(double xx,
                              double mu,
                              double sigma)

normdist

public static double normdist(double x)

norminv

public static double norminv(double q,
                             double mu,
                             double sigma)

norminv

public static double norminv(double q)

main

public static void main(java.lang.String[] args)


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.