bijnum
Class BIJfunctions
java.lang.Object
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.
|
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 |
BIJfunctions
public BIJfunctions()
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)