|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectbaseCode.math.distribution.UniformDensityComputer
Copyright (c) 2004 Columbia University
| Constructor Summary | |
UniformDensityComputer()
Create a UniformDensityComputer where the density is defined over the unit inteval [0,1]. |
|
UniformDensityComputer(double min,
double max)
Create a UniformDensityComputer where the density is defined over the interval given |
|
| Method Summary | |
double |
density(double x)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UniformDensityComputer()
public UniformDensityComputer(double min,
double max)
min - max - | Method Detail |
public double density(double x)
density in interface DensityGenerator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||