public interface Distribution
Modifier and Type | Method and Description |
---|---|
Double |
getCumulativeProbabilityAt(double x)
Returns the cumulative density function value at a given position
|
Double |
getMaxValueForProbability(double p)
The value after which the density function will be smaller than p
|
Double |
getMinValueForProbability(double p)
The value before which the density function will be smaller than p
|
Double |
getProbabilityAt(double x)
Returns the density function value at a given position
|
Double |
getValueAtCumulativeProbability(double p)
The value after which the cumulative density function will be smaller than p
|
Double getProbabilityAt(double x)
x
- the position of interestDouble getCumulativeProbabilityAt(double x)
x
- the position of interestDouble getMaxValueForProbability(double p)
p
- the probability of interestDouble getMinValueForProbability(double p)
p
- the probability of interestDouble getValueAtCumulativeProbability(double p)
p
- the probability of interestCopyright © 2013. All Rights Reserved.