bijnum
Class BIJfunctions

java.lang.Object
  extended by bijnum.BIJfunctions

public class BIJfunctions
extends java.lang.Object

This class implements useful numerical functions from Press, Flannery, Teukolsky, Vetterling, Numerical Recipes in C 2nd ed, Cambridge University Press, 1986 Copyright implementation (c) 1999-2004, Michael Abramoff. All rights reserved.


Constructor Summary
BIJfunctions()
           
 
Method Summary
static double betacf(double a, double b, double x)
           
static double betai(double a, double b, double x)
           
static double gammaln(double xx)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BIJfunctions

public BIJfunctions()
Method Detail

gammaln

public static double gammaln(double xx)

betai

public static double betai(double a,
                           double b,
                           double x)

betacf

public static double betacf(double a,
                            double b,
                            double x)