|
DRCL J-Sim 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.LognormalParetoDistribution
| Constructor Summary | |
LognormalParetoDistribution()
|
|
LognormalParetoDistribution(double normalMean_,
double normalStd_,
double cutoff_,
double paretoScale_,
double paretoShape_)
|
|
LognormalParetoDistribution(double normalMean_,
double normalStd_,
double cutoff_,
double paretoScale_,
double paretoShape_,
long normalSeed_,
long paretoSeed_)
|
|
LognormalParetoDistribution(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. |
double |
getParetoScale()
|
double |
getParetoShape()
|
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. |
void |
setParetoScale(double scale_)
|
void |
setParetoShape(double shape_)
|
| Methods inherited from class drcl.util.random.RandomNumberGenerator |
duplicate, getMean, getSeed, getStd, info, reset, setSeed, toString |
| Methods inherited from class drcl.DrclObj |
clone |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LognormalParetoDistribution()
public LognormalParetoDistribution(long normalSeed_)
public LognormalParetoDistribution(double normalMean_,
double normalStd_,
double cutoff_,
double paretoScale_,
double paretoShape_)
public LognormalParetoDistribution(double normalMean_,
double normalStd_,
double cutoff_,
double paretoScale_,
double paretoShape_,
long normalSeed_,
long paretoSeed_)
| 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 void setParetoScale(double scale_)
public double getParetoScale()
public void setParetoShape(double shape_)
public double getParetoShape()
public java.lang.String info(java.lang.String prefix_)
info in class RandomNumberGeneratorpublic java.lang.String oneline()
oneline in class RandomNumberGenerator
|
DRCL J-Sim API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||