|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--haifa.shopsim.lab.AbstractRandomTimeMaker | +--haifa.shopsim.lab.WeibullHalfRandomTimeMaker
Returns a weibull R.V. with shape parameter = 1/2. This is an r.v. with a hazarad rate of C e^-1/2.
Fields inherited from class haifa.shopsim.lab.AbstractRandomTimeMaker |
lastSeed, random |
Constructor Summary | |
WeibullHalfRandomTimeMaker()
|
Method Summary | |
double |
getTime(double mean)
Returns the weibull 1/2 r.v. with specified mean. (uses a transofmration from an exponential r.v.) |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public WeibullHalfRandomTimeMaker()
Method Detail |
public double getTime(double mean)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |