|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthep.aida.ref.function.FunctionUtils
public abstract class FunctionUtils
| Constructor Summary | |
|---|---|
FunctionUtils()
|
|
| Method Summary | |
|---|---|
static void |
fill(IHistogram1D hist,
IFunction func,
int entries,
double yMax)
Fills IHistogram1D with random entries according to the provided distribution. |
static void |
fill(IHistogram2D hist,
IFunction func,
int entries,
double yMax)
|
static void |
fill(IHistogram3D hist,
IFunction func,
int entries,
double yMax)
|
static void |
setRandomSeed(long seed)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionUtils()
| Method Detail |
|---|
public static void setRandomSeed(long seed)
public static void fill(IHistogram1D hist,
IFunction func,
int entries,
double yMax)
hist - Histogram to be filledfunc - entries - How many entries to put in the HistogramyMax - Maximum value the function can take on the
range. This does not have to be the exact value,
just make sure that function never takes value
bigger than yMax.
public static void fill(IHistogram2D hist,
IFunction func,
int entries,
double yMax)
public static void fill(IHistogram3D hist,
IFunction func,
int entries,
double yMax)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||