|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjebl.math.Binomial
public class Binomial
Binomial coefficients
Constructor Summary | |
---|---|
Binomial()
|
Method Summary | |
---|---|
static double |
choose(double n,
double k)
Binomial coefficient n choose k |
static double |
choose2(int n)
get n choose 2 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Binomial()
Method Detail |
---|
public static double choose(double n, double k)
public static double choose2(int n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |