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