public interface ContinuousDistribution extends Distribution
Modifier and Type | Method and Description |
---|---|
double |
getDistribution(double value)
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 value)
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 probality)
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.
|
getExpected, getStandardDeviation, getVariance
double getDistribution(double value)
value
- xdouble getProbability(double value)
value
- xdouble getQuantile(double probality)
probality
- P(<=x)Copyright © 2018 Optimatika. All rights reserved.