public class Stats extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
gaussFactor |
static Random |
random |
| Constructor and Description |
|---|
Stats() |
| Modifier and Type | Method and Description |
|---|---|
static long |
binomial(int n,
int k) |
static double |
erf(double x) |
static long |
factorial(int n) |
static Random |
getRandom() |
static double |
hypergeometric(int n,
int nA,
int nB,
int nAB) |
static double |
hypergeometricF(int n,
int nA,
int nB,
int nAB) |
static void |
main(String[] args) |
static int |
nextInt(int min,
int max) |
static long |
nextLong(long max) |
static double |
normal(double x) |
static double |
normal(double mu,
double sigma,
double x) |
static double |
normal(int N,
int n,
int... nX) |
static double |
normalF(double x) |
static double |
normalF(double mu,
double sigma,
double x) |
static double |
normalF(int N,
int n,
int... nX) |
static double |
quad(double x) |
static int |
select(double... y) |
static int |
select(int... y) |
static int |
select(long... y) |
static int |
selectQuad(double... y) |
static int |
selectQuadValue(double xq,
double... y) |
static int |
selectQube(double... y) |
static int |
selectQubeValue(double xq,
double... y) |
static int |
selectValue(double x,
double... y) |
static int |
selectValue(int x,
int... y) |
static int |
selectValue(long x,
long... y) |
static void |
setRandom(Random random) |
public static final double gaussFactor
public static Random random
public static Random getRandom()
public static void setRandom(Random random)
public static double hypergeometricF(int n,
int nA,
int nB,
int nAB)
public static double hypergeometric(int n,
int nA,
int nB,
int nAB)
public static long binomial(int n,
int k)
public static long factorial(int n)
public static double normal(int N,
int n,
int... nX)
N - Total elementsn - CombinationsnX - Count of A, B, ...public static double normal(double mu,
double sigma,
double x)
public static double normal(double x)
public static double quad(double x)
public static int nextInt(int min,
int max)
public static long nextLong(long max)
public static double normalF(int N,
int n,
int... nX)
N - Total elementsn - CombinationsnX - Count of A, B, ...public static double normalF(double mu,
double sigma,
double x)
public static double normalF(double x)
public static double erf(double x)
public static int select(double... y)
public static int selectValue(double x,
double... y)
public static int selectQuad(double... y)
public static int selectQuadValue(double xq,
double... y)
public static int selectQube(double... y)
public static int selectQubeValue(double xq,
double... y)
public static int select(int... y)
public static int selectValue(int x,
int... y)
public static int select(long... y)
public static int selectValue(long x,
long... y)
public static void main(String[] args)
Copyright © 2014 Intersult GmbH. All rights reserved.