|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.ucla.stat.SOCR.util.RandomGenerator
public class RandomGenerator
Field Summary | |
---|---|
static int |
NORMAL
|
static int |
POISSON
|
Constructor Summary | |
---|---|
RandomGenerator()
|
Method Summary | |
---|---|
static double[] |
getGeneratedArray(double[] input,
int distribution)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NORMAL
public static final int POISSON
Constructor Detail |
---|
public RandomGenerator()
Method Detail |
---|
public static double[] getGeneratedArray(double[] input, int distribution) throws DataIsEmptyException
DataIsEmptyException
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |