DistLib
Class uniform
java.lang.Object
|
+--DistLib.uniform
- public class uniform
- extends java.lang.Object
Method Summary |
static double |
cumulative(double x,
double a,
double b)
|
static double |
density(double x,
double a,
double b)
|
static double |
quantile(double x,
double a,
double b)
|
static double |
random()
|
static double |
random(double a,
double b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uniform
public uniform()
density
public static double density(double x,
double a,
double b)
cumulative
public static double cumulative(double x,
double a,
double b)
quantile
public static double quantile(double x,
double a,
double b)
random
public static double random(double a,
double b)
random
public static double random()