|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ojalgo.random.RandomUtils
public abstract class RandomUtils
| Method Summary | |
|---|---|
static double |
erf(double anArg)
Error Function erf() @ Wikipedia erf() @ Wolfram MathWorld |
static double |
erfc(double anArg)
Complementary Error Function erf() @ Wikipedia erf() @ Wolfram MathWorld |
static double |
erfi(double anArg)
Inverse Error Function erf() @ Wikipedia erf() @ Wolfram MathWorld |
static double |
factorial(int aVal)
|
static int |
partitions(int n,
int[] k)
|
static int |
permutations(int n)
|
static int |
subsets(int n,
int k)
|
static int |
variations(int n,
int k)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static double erf(double anArg)
public static double erfc(double anArg)
public static double erfi(double anArg)
public static double factorial(int aVal)
public static int partitions(int n,
int[] k)
n - The number of elements in the setk - A vector of subset sizes the sum of which must equal the size of the full set
public static int permutations(int n)
n - The number of elements in the set
public static int subsets(int n,
int k)
n - The number of elements in the setk - The number of elements in the subset
public static int variations(int n,
int k)
n - The number of elements in the setk - The size of the tuple
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||