Catalano.Statistics.Distributions
Class LognormalDistribution
- java.lang.Object
-
- Catalano.Statistics.Distributions.LognormalDistribution
-
- All Implemented Interfaces:
- IDistribution
public class LognormalDistribution extends java.lang.Object implements IDistribution
Log-Normal (Galton) distribution.The log-normal distribution is a probability distribution of a random variable whose logarithm is normally distributed.
-
-
Constructor Summary
Constructors Constructor and Description LognormalDistribution()LognormalDistribution(double location)LognormalDistribution(double location, double shape)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doubleDistributionFunction(double x)Gets the cumulative distribution function (cdf) for this distribution evaluated at pointx .doubleEntropy()Gets the entropy for this distribution.doublegetLocation()doublegetShape()doubleLogProbabilityDensityFunction(double x)Gets the log-probability density function (pdf) for this distribution evaluated at pointx .doubleMean()Gets the mean for this distribution.doubleProbabilityDensityFunction(double x)Gets the probability density function (pdf) for this distribution evaluated at pointx .doubleVariance()Gets the variance for this distribution.
-
-
-
Constructor Detail
-
LognormalDistribution
public LognormalDistribution()
-
LognormalDistribution
public LognormalDistribution(double location)
-
LognormalDistribution
public LognormalDistribution(double location, double shape)
-
-
Method Detail
-
getShape
public double getShape()
-
getLocation
public double getLocation()
-
Mean
public double Mean()
Description copied from interface:IDistributionGets the mean for this distribution.- Specified by:
Meanin interfaceIDistribution- Returns:
- The distribution's mean value.
-
Variance
public double Variance()
Description copied from interface:IDistributionGets the variance for this distribution.- Specified by:
Variancein interfaceIDistribution- Returns:
- The distribution's variance.
-
Entropy
public double Entropy()
Description copied from interface:IDistributionGets the entropy for this distribution.- Specified by:
Entropyin interfaceIDistribution- Returns:
- The distribution's entropy.
-
DistributionFunction
public double DistributionFunction(double x)
Description copied from interface:IDistributionGets the cumulative distribution function (cdf) for this distribution evaluated at pointx .
The Cumulative Distribution Function (CDF) describes the cumulative probability that a given value or any value smaller than it will occur.- Specified by:
DistributionFunctionin interfaceIDistribution- Parameters:
x- A single point in the distribution range.- Returns:
- The probability of
x occurring in the current distribution.
-
ProbabilityDensityFunction
public double ProbabilityDensityFunction(double x)
Description copied from interface:IDistributionGets the probability density function (pdf) for this distribution evaluated at pointx .
The Probability Density Function (PDF) describes the probability that a given valuex will occur.- Specified by:
ProbabilityDensityFunctionin interfaceIDistribution- Parameters:
x- A single point in the distribution range.- Returns:
- The probability of
x occurring in the current distribution.
-
LogProbabilityDensityFunction
public double LogProbabilityDensityFunction(double x)
Description copied from interface:IDistributionGets the log-probability density function (pdf) for this distribution evaluated at pointx .
The Probability Density Function (PDF) describes the probability that a given valuex will occur.- Specified by:
LogProbabilityDensityFunctionin interfaceIDistribution- Parameters:
x- A single point in the distribution range.- Returns:
- The probability of
x occurring in the current distribution.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG