|
J-Sim v1.2.1-p7 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectdrcl.DrclObj
drcl.util.random.RandomNumberGenerator
drcl.util.random.TruncatedLognormalDistribution
| Field Summary |
| Fields inherited from class drcl.util.random.RandomNumberGenerator |
r, seed |
| Constructor Summary | |
TruncatedLognormalDistribution()
|
|
TruncatedLognormalDistribution(double normalMean_,
double normalStd_,
double cutoff_)
|
|
TruncatedLognormalDistribution(double normalMean_,
double normalStd_,
double cutoff_,
long normalSeed_)
|
|
TruncatedLognormalDistribution(long normalSeed_)
|
|
| Method Summary | |
double |
getCutOff()
Returns the cut-off point in the lognormal distribution. |
java.lang.String |
getName()
|
double |
getNormalMean()
Returns the "normal" distribution mean for the lognormal distribution. |
double |
getNormalStd()
Returns the "normal" distribution std for the lognormal distribution. |
java.lang.String |
info(java.lang.String prefix_)
|
double |
nextDouble()
|
int |
nextInt()
|
long |
nextLong()
|
java.lang.String |
oneline()
|
void |
setCutOff(double cutoff_)
Sets the cut-off point in the lognormal distribution. |
void |
setNormalMean(double m_)
Sets the "normal" distribution mean for the lognormal distribution. |
void |
setNormalStd(double std_)
Sets the "normal" distribution std for the lognormal distribution. |
| Methods inherited from class drcl.util.random.RandomNumberGenerator |
duplicate, getSeed, info, reset, setSeed, toString |
| Methods inherited from class drcl.DrclObj |
clone |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TruncatedLognormalDistribution()
public TruncatedLognormalDistribution(long normalSeed_)
public TruncatedLognormalDistribution(double normalMean_,
double normalStd_,
double cutoff_)
public TruncatedLognormalDistribution(double normalMean_,
double normalStd_,
double cutoff_,
long normalSeed_)
| Method Detail |
public java.lang.String getName()
getName in class RandomNumberGeneratorpublic double nextDouble()
nextDouble in class RandomNumberGeneratorpublic int nextInt()
nextInt in class RandomNumberGeneratorpublic long nextLong()
nextLong in class RandomNumberGeneratorpublic void setNormalMean(double m_)
public double getNormalMean()
public void setNormalStd(double std_)
public double getNormalStd()
public void setCutOff(double cutoff_)
public double getCutOff()
public java.lang.String info(java.lang.String prefix_)
info in class RandomNumberGeneratorpublic java.lang.String oneline()
oneline in class RandomNumberGenerator
|
J-Sim v1.2.1-p7 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||