|
|||||||||
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.ParetoDistribution
public final class ParetoDistribution
The ParetoDistribution class provides an object for encapsulating Pareto distributions.
Constructor Summary | |
---|---|
ParetoDistribution(double sh,
double sc)
Constructs a Pareto distribution. |
Method Summary | |
---|---|
double |
cumulative(double X)
Cumulative Pareto distribution function. |
double |
getMean()
Returns the mean. |
double |
getScaleParameter()
Returns the scale parameter. |
double |
getShapeParameter()
Returns the shape parameter. |
double |
getVariance()
Returns the variance. |
double |
inverse(double probability)
Inverse of the cumulative Pareto distribution function. |
double |
probability(double X)
Probability density function of a Pareto 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 ParetoDistribution(double sh, double sc)
sh
- the shape.sc
- the scale.Method Detail |
---|
public double getShapeParameter()
public double getScaleParameter()
public double getMean()
public double getVariance()
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 |