|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.maths.statistics.ProbabilityDistribution JSci.maths.statistics.LognormalDistribution
public final class LognormalDistribution
The LognormalDistribution class provides an object for encapsulating lognormal distributions.
Constructor Summary | |
---|---|
LognormalDistribution()
Constructs a standard lognormal distribution. |
|
LognormalDistribution(double mu,
double sigma)
Constructs a lognormal distribution. |
Method Summary | |
---|---|
double |
cumulative(double X)
Cumulative lognormal distribution function. |
double |
getMuParameter()
Returns the mu parameter. |
double |
getSigmaParameter()
Returns the sigma parameter. |
double |
inverse(double probability)
Inverse of the cumulative lognormal distribution function. |
double |
probability(double X)
Probability density function of a lognormal distribution. |
Methods inherited from class JSci.maths.statistics.ProbabilityDistribution |
---|
checkRange, checkRange, findRoot |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LognormalDistribution()
public LognormalDistribution(double mu, double sigma)
mu
- the mu parameter.sigma
- the sigma parameter.Method Detail |
---|
public double getMuParameter()
public double getSigmaParameter()
public double probability(double X)
probability
in class ProbabilityDistribution
public double cumulative(double X)
cumulative
in class ProbabilityDistribution
public double inverse(double probability)
inverse
in class ProbabilityDistribution
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |