|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ContinuousDistribution
| Method Summary | |
|---|---|
double |
getDistribution(double aValue)
In probability theory and statistics, the cumulative distribution function (CDF), or just distribution function, describes the probability that a real-valued random variable X with a given probability distribution will be found at a value less than or equal to x. |
double |
getProbability(double aValue)
In probability theory, a probability density function (pdf), or density of a continuous random variable is a function that describes the relative likelihood for this random variable to occur at a given point. |
double |
getQuantile(double aProbality)
The quantile function, for any distribution, is defined for real variables between zero and one and is mathematically the inverse of the cumulative distribution function. |
| Methods inherited from interface org.ojalgo.random.Distribution |
|---|
getExpected, getStandardDeviation, getVariance |
| Method Detail |
|---|
double getDistribution(double aValue)
aValue - x
double getProbability(double aValue)
aValue - x
double getQuantile(double aProbality)
aProbality - P(<=x)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||