|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ac.ulg.montefiore.run.totem.util.distribution.LogLogisticDistribution
public class LogLogisticDistribution
This class implements a loglogistic distribution. A random variable X
has a loglogistic distribution if the random variable ln X has
a logistic distribution.
Creation date: 14-juil.-2005
| Constructor Summary | |
|---|---|
LogLogisticDistribution(double mu,
double sigma)
Initialises a newly created loglogistic distribution. |
|
| Method Summary | |
|---|---|
double |
generate()
Returns a double value according to the loglogistic
distribution. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogLogisticDistribution(double mu,
double sigma)
| Method Detail |
|---|
public double generate()
double value according to the loglogistic
distribution.
generate in interface Distribution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||