nl.tudelft.simulation.jstats.distributions
Class DistLogNormal
java.lang.Object
nl.tudelft.simulation.jstats.distributions.Dist
nl.tudelft.simulation.jstats.distributions.DistContinuous
nl.tudelft.simulation.jstats.distributions.DistNormal
nl.tudelft.simulation.jstats.distributions.DistLogNormal
- All Implemented Interfaces:
- java.io.Serializable
- public class DistLogNormal
- extends DistNormal
The LogNormal distribution. For more information on this distribution see
http://mathworld.wolfram.com/LogNormalDistribution.html
(c) copyright 2002-2004 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
- Since:
- 1.2
- Version:
- 1.8 2004-03-22
- Author:
-
Alexander Verbraeck
Peter
Jacobs
- See Also:
- Serialized Form
| Fields inherited from class nl.tudelft.simulation.jstats.distributions.Dist |
stream |
|
Method Summary |
double |
draw()
draws the next stream value according to the probability of this this
distribution. |
double |
probDensity(double observation)
returns the propbability density value of an observation |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DistLogNormal
public DistLogNormal(StreamInterface stream,
double mu,
double sigma)
- constructs a new logaritmic normal distribution
- Parameters:
stream - the numberStreammu - the mediumsigma - the standard deviation
draw
public double draw()
- Description copied from class:
DistContinuous
- draws the next stream value according to the probability of this this
distribution.
- Overrides:
draw in class DistNormal
- See Also:
DistContinuous.draw()
probDensity
public double probDensity(double observation)
- Description copied from class:
DistContinuous
- returns the propbability density value of an observation
- Overrides:
probDensity in class DistNormal
- See Also:
#probDensity(double)
toString
public java.lang.String toString()
- Overrides:
toString in class DistNormal
- See Also:
Object.toString()
Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.