be.ac.ulg.montefiore.run.totem.util.distribution
Class LogLogisticDistribution

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.util.distribution.LogLogisticDistribution
All Implemented Interfaces:
Distribution

public class LogLogisticDistribution
extends java.lang.Object
implements Distribution

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

Author:
Jean Lepropre (lepropre@run.montefiore.ulg.ac.be)

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

LogLogisticDistribution

public LogLogisticDistribution(double mu,
                               double sigma)
Initialises a newly created loglogistic distribution.

Method Detail

generate

public double generate()
Returns a double value according to the loglogistic distribution.

Specified by:
generate in interface Distribution


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.